Began implementing a placement-new/StorageManager for the monitor.
[aesalon.git] / .gitignore
blob9f26f50e4568c64fcb8c21d3ff545ce9e06193ad
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 *.so
6 .gdb_history
7 core
8 vgcore.*
9 *.sr.orig
11 # Buildsystem (CMake) ignores
12 CMakeFiles
13 CMakeCache.txt
14 cmake_install.cmake
15 Makefile
16 version_info
17 install
18 install_manifest.txt
20 # IDE (KDevelop 4) ignores
21 *kdev*
23 # Valgrind file ignores
24 valgrind.*
26 # gprof ignores
27 gmon.out
28 profile.*