Browse Source

Add .gitignore

master
gradient 8 years ago
parent
commit
31055973c2
1 changed files with 50 additions and 0 deletions
  1. +50
    -0
      .gitignore

+ 50
- 0
.gitignore View File

@ -0,0 +1,50 @@
# Created by https://www.gitignore.io/api/c++,cmake
### C++ ###
# 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 ###
build/
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
# End of https://www.gitignore.io/api/c++,cmake

Loading…
Cancel
Save