repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the buildsystem to use scons instead of CMake.
[aesalon.git]
/
.gitignore
blob
7454fc53acb8a49152cc1ff6ea5a2355c9ee3c8f
1
# Generic ignores
2
*.o
3
*~
4
*.a
5
.gdb_history
6
core
7
vgcore.*
8
*.sr.orig
9
.*.swp
10
*.sr.orig
11
12
# Buildsystem (scons) ignores
13
.sconsign.dblite
14
15
# IDE (KDevelop 4) ignores
16
*kdev*
17
18
# Valgrind file ignores
19
valgrind.*
20
21
# gprof ignores
22
gmon.out
23
profile.*
24
25
# Aesalon configuration files
26
.aesalon.conf
27
28
# Aesalon log files
29
*.alog
30
31
# Local ignores
32
musings/
33