Chromium Code Reviews

Side by Side Diff: .gitignore

Issue 1813813004: add AppEngine files downloaded for running tests to gitignore. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Ignore any python bytecode. 1 # Ignore any python bytecode.
2 *.pyc 2 *.pyc
3 3
4 # Ignore the batch files produced by the Windows bootstrapping. 4 # Ignore the batch files produced by the Windows bootstrapping.
5 /git.bat 5 /git.bat
6 /gitk.bat 6 /gitk.bat
7 /pylint.bat 7 /pylint.bat
8 /.pylint.d/ 8 /.pylint.d/
9 /python 9 /python
10 /python.bat 10 /python.bat
(...skipping 38 matching lines...)
49 /tests/svn/ 49 /tests/svn/
50 /tests/svnrepo/ 50 /tests/svnrepo/
51 51
52 # Ignore intermediate isolate files 52 # Ignore intermediate isolate files
53 *.isolated 53 *.isolated
54 *.isolated.state 54 *.isolated.state
55 55
56 # Ignore recipe working directory. 56 # Ignore recipe working directory.
57 /.recipe_deps 57 /.recipe_deps
58 /infra/.recipe_deps 58 /infra/.recipe_deps
59
60 # Ignore google AE downloaded for running testing only.
61 testing_support/google_appengine
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine