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 buildsystem to use pre-existing Qt4 build tool.
[aesalon.git]
/
.gitignore
blob
af4aabe435d41cdd2b69b5d593214bac5e1f18ae
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/
34
35
# Qt 4 auto-moc'd files.
36
moc_*.moc.cpp
37