Implemented ExitObserver, among other things.
[aesalon.git] / .gitignore
bloba8f6f130d357acdaa07d55e37881c0b3b88179c1
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 *.so
6 .gdb_history
7 core
9 # Buildsystem (CMake) ignores
10 CMakeFiles
11 CMakeCache.txt
12 cmake_install.cmake
13 Makefile
14 version_info
16 # IDE (KDevelop 4) ignores
17 *kdev*
19 # Executable ignores
20 src/interface/aesalon
22 # Generated documentation (doxygen) ignores
23 doc/html*
25 # Valgrind file ignores
26 valgrind.*