| OLD | NEW |
| 1 # This is a standard .gitignore file, used to exclude certain files | 1 # This is a standard .gitignore file, used to exclude certain files |
| 2 # from a 'git status' command and other similar commands. | 2 # from a 'git status' command and other similar commands. |
| 3 # Please keep each section in alphabetical order. | 3 # Please keep each section in alphabetical order. |
| 4 | 4 |
| 5 # Ignore these filename patterns | 5 # Ignore these filename patterns |
| 6 *~ | 6 *~ |
| 7 *.gypcmd | 7 *.gypcmd |
| 8 *.Makefile | 8 *.Makefile |
| 9 *.mk | 9 *.mk |
| 10 *.pyc | 10 *.pyc |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 /tools/SRC/ | 40 /tools/SRC/ |
| 41 | 41 |
| 42 # These directories only show up if you have supplement.DEPS in your .gclient | 42 # These directories only show up if you have supplement.DEPS in your .gclient |
| 43 /private_tests/ | 43 /private_tests/ |
| 44 /private_tools/ | 44 /private_tools/ |
| 45 /supplement/ | 45 /supplement/ |
| 46 | 46 |
| 47 # These directories are created by running tests/spec2k/run_all.sh | 47 # These directories are created by running tests/spec2k/run_all.sh |
| 48 /tests/spec2k/bin/ | 48 /tests/spec2k/bin/ |
| 49 /tests/spec2k/[0-9][0-9][0-9].*/ | 49 /tests/spec2k/[0-9][0-9][0-9].*/ |
| 50 |
| 51 # These directories are created by pnacl/build.sh sync-sources |
| 52 pnacl/build/ |
| 53 pnacl/git/ |
| 54 pnacl/src/ |
| OLD | NEW |