It has been a while since I last worked on Aesalon proper.
[aesalon.git] / .gitignore
blob0119427e121e220258067aeef2d7280536e123bb
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 .gdb_history
6 core
7 vgcore.*
8 *.sr.orig 
9 .*.swp
10 *.sr.orig
12 # Buildsystem (CMake) ignores
13 CMakeFiles
14 CMakeCache.txt
15 cmake_install.cmake
16 Makefile
17 version_info
18 install
19 install_manifest.txt
20 build
22 # IDE (KDevelop 4) ignores
23 *kdev*
25 # Valgrind file ignores
26 valgrind.*
28 # gprof ignores
29 gmon.out
30 profile.*
32 # Aesalon configuration files
33 .aesalon.conf
35 # Aesalon log files
36 *.alog
38 # Local ignores
39 musings/