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
Added automated system for determing aesalon version, based off of git tags.
[aesalon.git]
/
.gitignore
blob
a8f6f130d357acdaa07d55e37881c0b3b88179c1
1
# Generic ignores
2
*.o
3
*~
4
*.a
5
*.so
6
.gdb_history
7
core
8
9
# Buildsystem (CMake) ignores
10
CMakeFiles
11
CMakeCache.txt
12
cmake_install.cmake
13
Makefile
14
version_info
15
16
# IDE (KDevelop 4) ignores
17
*kdev*
18
19
# Executable ignores
20
src/interface/aesalon
21
22
# Generated documentation (doxygen) ignores
23
doc/html*
24
25
# Valgrind file ignores
26
valgrind.*
27