Began writing newsource.pl script, a script to automatically create source files.
[aesalon.git] / .gitignore
blob3a8e85ff82294521e00b52989604caac4cb2d004
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 .mbuild
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/