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/ | |
Jim Stichnoth
2016/01/06 19:59:32
Should this be preserved as /docs/html/ ?
Also, m
rkotlerimgtec
2016/01/07 00:02:53
The docs/html have been moved to the build directo
| |
14 /crosstest/Output/ | 13 /crosstest/Output/ |
OLD | NEW |