Re-implemented SymbolParser.
[aesalon.git] / .gitignore
blob58cd763abe503508e1ebd917c00e048a4d528b7c
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
17 # IDE (KDevelop 4) ignores
18 *kdev*
20 # Executable ignores
21 src/monitor/aesalon
23 # Generated documentation (doxygen) ignores
24 doc/html*
26 # Valgrind file ignores
27 valgrind.*