Ignore more files and directories

The vs_files directory is used for VS 2015 builds and needs to be in
.gitignore, along with vs2013_files.

The naming convention for timestamps is changed and .gitignore needs to
be updated for that.

Finally, the .pylint.d directory keeps being created and should be
ignored.

Review URL: https://codereview.chromium.org/1667853004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298682 0039d316-1c4b-4281-b951-d872f2087c98
changes/01/332501/1
brucedawson@chromium.org 10 years ago
parent 27e14242d2
commit 61aad1fafe

4
.gitignore vendored

@ -5,6 +5,7 @@
/git.bat /git.bat
/gitk.bat /gitk.bat
/pylint.bat /pylint.bat
/.pylint.d/
/python /python
/python.bat /python.bat
/ssh.bat /ssh.bat
@ -26,7 +27,8 @@
/svn_bin /svn_bin
/external_bin /external_bin
/win_toolchain/vs2013_files /win_toolchain/vs2013_files
/win_toolchain/.timestamps /win_toolchain/vs_files
/win_toolchain/*.timestamps
/win_toolchain/.vspro /win_toolchain/.vspro
/win_toolchain/data.json /win_toolchain/data.json

Loading…
Cancel
Save