Improved the buildsystem a tad more.
[aesalon.git] / .gitignore
blob59969177e5b1426b5247f33dea3aecc90a909287
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 .gdb_history
6 core
7 vgcore.*
8 *.sr.orig 
9 .*.swp
10 *.sr.orig
11 *.pyc
13 # Buildsystem (scons) ignores
14 .sconsign.dblite
16 # IDE (KDevelop 4) ignores
17 *kdev*
19 # Valgrind file ignores
20 valgrind.*
22 # gprof ignores
23 gmon.out
24 profile.*
26 # Aesalon configuration files
27 .aesalon.conf
29 # Aesalon log files
30 *.alog
32 # Local ignores
33 musings/