OLD | NEW |
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 Loading... |
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 |
OLD | NEW |