Merge pull request #105 from Herringway/update-gitignore
add more build artifacts to .gitignore
This commit is contained in:
commit
9566f2468d
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue