Continued ripping up the source.
[aesalon.git] / .gitignore
blob4c1bdbfc4002eca56a7e16bdfba691581dc9cf29
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 *.so
6 .gdb_history
7 core
8 *.sr.orig
10 # Buildsystem (CMake) ignores
11 CMakeFiles
12 CMakeCache.txt
13 cmake_install.cmake
14 Makefile
15 version_info
16 install
17 install_manifest.txt
19 # IDE (KDevelop 4) ignores
20 *kdev*
22 # Valgrind file ignores
23 valgrind.*