add gitignore

This commit is contained in:
Jörg Thalheim 2021-03-14 23:16:11 +01:00
parent e2a3c95179
commit 9205107bd6
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 42 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@ -0,0 +1,42 @@
.DS_Store
.idea
*.log
tmp/
# 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
# build directory
/build