There is now a partially functional block display in the aesalon GUI.
[aesalon.git] / .gitignore
blob9334a9d33969963aa733a40b9072d378b3f3f671
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 # Executable ignores
23 src/monitor/aesalon
25 # Generated documentation (doxygen) ignores
26 doc/html*
28 # Valgrind file ignores
29 valgrind.*