add more build artifacts to .gitignore

This commit is contained in:
Cameron Ross 2018-04-16 19:23:18 -03:00
parent 02cbf4d459
commit c43e6dbe28
No known key found for this signature in database
GPG key ID: 777897D98DC91C54

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