OpenMiner/.gitignore

37 lines
344 B
Plaintext
Raw Normal View History

# Temporary editor files
\#*#
.#*
*~
.ycm_extra_conf.py
# Compiled files
*.o
*.a
*.d
*.so
a.out
# Debug stuff
vgcore.*
.gdb_history
# CMake temporary files
2015-02-15 17:36:03 +01:00
CMakeFiles
CMakeCache.txt
CTestTestfile.cmake
2015-02-15 17:36:03 +01:00
cmake_install.cmake
compile_commands.json
2015-02-15 17:36:03 +01:00
Makefile
# Doxygen generated files
doc/html
doc/latex
# Binaries
2014-12-13 18:09:38 +01:00
KubKraft
*.exe
# Misc
*.zip