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
Improved the buildsystem a tad more.
[aesalon.git]
/
.gitignore
blob
59969177e5b1426b5247f33dea3aecc90a909287
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
12
13
# Buildsystem (scons) ignores
14
.sconsign.dblite
15
16
# IDE (KDevelop 4) ignores
17
*kdev*
18
19
# Valgrind file ignores
20
valgrind.*
21
22
# gprof ignores
23
gmon.out
24
profile.*
25
26
# Aesalon configuration files
27
.aesalon.conf
28
29
# Aesalon log files
30
*.alog
31
32
# Local ignores
33
musings/