Fixed a bug in the R-tree implementation.
[aesalon.git] / .gitignore
blobcb8ad7d2f5ca246811a3ba1b237a8dc9ccdf3a14
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
15 .build
17 # IDE (KDevelop 4) ignores
18 *kdev*
20 # Valgrind file ignores
21 valgrind.*
23 # gprof ignores
24 gmon.out
25 profile.*
27 # Aesalon configuration files
28 .aesalon.conf
30 # Aesalon log files
31 *.alog
33 # Local ignores
34 musings/