Merge pull request #105 from Herringway/update-gitignore

add more build artifacts to .gitignore
This commit is contained in:
Sebastian Wilzbach 2018-04-17 01:18:01 +02:00 committed by GitHub
commit 9566f2468d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View file

@ -32,7 +32,9 @@ main
*.a *.a
*.lib *.lib
*.o *.o
*.obj
*.exe *.exe
docs.json
# Packages # # Packages #
############ ############
@ -59,3 +61,6 @@ callgrind.out.*
# Test outputs # # Test outputs #
example.yaml example.yaml
# Unittest Coverage output #
*.lst