Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Ignore filename patterns wherever they appear | 1 # Ignore filename patterns wherever they appear |
| 2 *~ | 2 *~ |
| 3 *.o | 3 *.o |
| 4 *.orig | 4 *.orig |
| 5 *.pyc | 5 *.pyc |
| 6 *.swp | 6 *.swp |
| 7 .#* | 7 .#* |
| 8 \#* | 8 \#* |
| 9 | 9 |
| 10 # Ignore specific patterns at the top-level directory | 10 # Ignore specific patterns at the top-level directory |
| 11 /pnacl-sz | 11 /pnacl-sz |
| 12 /build/ | 12 /build/ |
| 13 /docs/ | 13 /docs/html/ |
| 14 /crosstest/Output/ | 14 /crosstest/Output/ |
| OLD | NEW |