Changed the buildsystem to use scons instead of CMake.
[aesalon.git] / .gitignore
blob7454fc53acb8a49152cc1ff6ea5a2355c9ee3c8f
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 .gdb_history
6 core
7 vgcore.*
8 *.sr.orig 
9 .*.swp
10 *.sr.orig
12 # Buildsystem (scons) ignores
13 .sconsign.dblite
15 # IDE (KDevelop 4) ignores
16 *kdev*
18 # Valgrind file ignores
19 valgrind.*
21 # gprof ignores
22 gmon.out
23 profile.*
25 # Aesalon configuration files
26 .aesalon.conf
28 # Aesalon log files
29 *.alog
31 # Local ignores
32 musings/