nameof_module/.gitignore

47 lines
464 B
Text
Raw Normal View History

2018-04-05 21:30:39 +00:00
build/
2018-03-17 04:31:59 +00:00
### cpp gitignore ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
### CMake gitignore ###
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
2018-04-14 19:52:48 +00:00
CTestTestfile.cmake