diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,12 +2,20 @@ | |||
2 | * | 2 | * |
3 | #Unignore all with extensions | 3 | #Unignore all with extensions |
4 | !*.* | 4 | !*.* |
5 | # Unignore all makefiles named Makefile or makefile | ||
6 | !Makefile | ||
7 | !makefile | ||
5 | #Unignore all dirs | 8 | #Unignore all dirs |
6 | !*/ | 9 | !*/ |
7 | #Ignore swp | 10 | #Ignore swp |
8 | *.swp | 11 | *.swp |
9 | #Ignore res | 12 | #Ignore res |
10 | res.txt | 13 | res.txt |
14 | err.txt | ||
11 | push.sh | 15 | push.sh |
12 | test* | 16 | test* |
17 | !test.sh | ||
13 | *.o | 18 | *.o |
19 | #Ignore dir data/vsop87 | ||
20 | data/vsop87/* | ||
21 | data/vsop87 | ||