wham compinfo EOF fix
[unres.git] / .gitignore
1 # ignore compiled stuff
2 *.[oa]
3
4 # ignore texteditors
5 *.swp
6 *~
7
8
9 # ifnore build dir
10 build/
11