add .gitignore file

This commit is contained in:
Yuanjie Huang 2019-01-29 12:56:53 +08:00
parent bc364203c2
commit 577badfbb4

39
.gitignore vendored Normal file
View file

@ -0,0 +1,39 @@
# 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
# Vim temp
*.swp
*.swo
# test folder
test