rm exe
[unres.git] / .gitignore
1 # ignore compiled stuff
2 *.[oa]
3
4 # ignore texteditors
5 *.swp
6 *~
7
8 # ignore PBS output and error files
9 *.[eo][0-9][0-9][0-9][0-9]*
10
11 # ignore build dir
12 build/
13 source/ga/build
14
15 # ignored dirs form adasko
16 gradcheck/
17 mapcheck/
18 run/
19 sympcheck/
20