Added support for detecting if mov instructions change memory.
[aesalon.git] / .gitignore
blobe3248a4b70ed7186a2fc2c43eabd15fe7011f396
1 # Generic ignores
2 *.o
3 *~
4 *.a
5 *.so
7 # Buildsystem (CMake) ignores
8 CMakeFiles
9 CMakeCache.txt
10 cmake_install.cmake
11 Makefile
13 # IDE (KDevelop 4) ignores
14 *kdev*
16 # Executable ignores
17 src/interface/aesalon
19 # Generated documentation (doxygen) ignores
20 doc/html*
22 # Valgrind file ignores
23 valgrind.*