compile_definitions workaround (cmake does not pass it to last file on list) for...
[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