Merge pull request #36 from Ybalrid/devel_add_gitignore

Add gitignore file
This commit is contained in:
Syoyo Fujita 2018-02-02 00:57:32 +09:00 committed by GitHub
commit 0d9a495fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

48
.gitignore vendored Normal file
View File

@ -0,0 +1,48 @@
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
# 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
loader_example
tests/tester
tests/tester_noexcept