Just wondering where the GraphDataEngines should be stored . . .
[aesalon.git] / .gitignore
blob607c6c713c36d3ddd2b9672c938f6b4869d60c31
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 *.so
6 .gdb_history
7 core
8 vgcore.*
9 *.sr.orig 
10 .*.swp
12 # Buildsystem (CMake) ignores
13 CMakeFiles
14 CMakeCache.txt
15 cmake_install.cmake
16 Makefile
17 version_info
18 install
19 install_manifest.txt
21 # IDE (KDevelop 4) ignores
22 *kdev*
24 # Valgrind file ignores
25 valgrind.*
27 # gprof ignores
28 gmon.out
29 profile.*