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/html/ | |
Jim Stichnoth
2016/01/07 02:00:39
I don't think this should be deleted.
rkotlerimgtec
2016/01/07 04:47:53
I will put it back in. It's harmless but not neede
| |
14 /crosstest/Output/ | 13 /crosstest/Output/ |
OLD | NEW |