Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: .hgignore

Issue 29552627: Issue 4105 - [build] Make it possible to build arbitrary ABB revisions (Closed)
Patch Set: Created Sept. 22, 2017, 11:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | abb-build/README.md » ('j') | abb-build/adblockbrowser-cfg.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # .hgignore - List of filenames hg should ignore 1 # .hgignore - List of filenames hg should ignore
2 2
3 # Filenames that should be ignored wherever they appear 3 # Filenames that should be ignored wherever they appear
4 ~$ 4 ~$
5 \.py(c|o)$ 5 \.py(c|o)$
6 (?i)(^|/)TAGS$ 6 (?i)(^|/)TAGS$
7 (^|/)ID$ 7 (^|/)ID$
8 (^|/)\.DS_Store$ 8 (^|/)\.DS_Store$
9 \.pdb 9 \.pdb
10 \.egg-info 10 \.egg-info
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ^testing/talos/talos/tests/tp5n.tar.gz 127 ^testing/talos/talos/tests/tp5n.tar.gz
128 ^testing/talos/talos/tests/tp5n 128 ^testing/talos/talos/tests/tp5n
129 ^testing/talos/talos/tests/devtools/damp.manifest.develop 129 ^testing/talos/talos/tests/devtools/damp.manifest.develop
130 ^talos-venv 130 ^talos-venv
131 131
132 # Ignore files created when running a reftest. 132 # Ignore files created when running a reftest.
133 ^lextab.py$ 133 ^lextab.py$
134 134
135 # tup database 135 # tup database
136 ^\.tup 136 ^\.tup
137
138 # abb-build related
139 ^abb-build/logs
140 ^abb-build/generated
141 ^abb-build/config.py$
142
OLDNEW
« no previous file with comments | « no previous file | abb-build/README.md » ('j') | abb-build/adblockbrowser-cfg.py » ('J')

Powered by Google App Engine
This is Rietveld