Merge pull request #30 from Geod24/gitignore

Use a more modern .gitignore
This commit is contained in:
Sönke Ludwig 2019-06-20 12:11:18 +02:00 committed by GitHub
commit 4938007701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
.gitignore vendored
View file

@ -1,3 +1,32 @@
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
build/
# DUB
.dub
taggedalgebraic-test-library
taggedalgebraic-test-library.*
docs.json
__dummy.html
docs/
# DUB testing artifacts
*-test-library
*-test-application
# Code coverage
*.lst
# Emacs
*~