Fixed a bug in MallocObserver::notify().
[aesalon.git] / .gitignore
blob7d0ed0ae780ac902a2ccf11c6ebfdb19177aff7e
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
15 # IDE (KDevelop 4) ignores
16 *kdev*
18 # Executable ignores
19 src/interface/aesalon
21 # Generated documentation (doxygen) ignores
22 doc/html*
24 # Valgrind file ignores
25 valgrind.*