Merge pull request #349 from JesseTG/jtg/gitignore

Add .gitignore #349
master
Christophe Riccio ago%!(EXTRA string=10 years)
commit 2005679652
  1. 35
      .gitignore

35
.gitignore vendored

@ -0,0 +1,35 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
Loading…
Cancel
Save