nameof_module/.gitignore

51 lines
504 B
Text
Raw Normal View History

2019-03-30 07:03:44 +00:00
build/
2019-04-08 21:51:22 +00:00
.vscode/
2019-10-19 11:20:34 +00:00
.vs/
2018-04-05 21:30:39 +00:00
2019-03-30 07:01:42 +00:00
### C++ gitignore ###
2018-03-17 04:31:59 +00:00
# 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 ###
2019-03-30 07:01:42 +00:00
CMakeLists.txt.user
2018-03-17 04:31:59 +00:00
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
2019-03-30 07:01:42 +00:00
_deps