.gitignore: added files generated by make check
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -22,8 +22,6 @@ autom4te.cache
|
|||||||
.sconsign*
|
.sconsign*
|
||||||
src/*.o
|
src/*.o
|
||||||
examples/*.o
|
examples/*.o
|
||||||
tests/*.o
|
|
||||||
tests/check_parser
|
|
||||||
*.a
|
*.a
|
||||||
*.pc
|
*.pc
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
@@ -36,7 +34,11 @@ examples/active
|
|||||||
examples/roster
|
examples/roster
|
||||||
examples/bot
|
examples/bot
|
||||||
test_stamp
|
test_stamp
|
||||||
|
test-suite.log
|
||||||
tests/*.o
|
tests/*.o
|
||||||
|
tests/*.log
|
||||||
|
tests/*.trs
|
||||||
|
tests/check_parser
|
||||||
tests/test_base64
|
tests/test_base64
|
||||||
tests/test_ctx
|
tests/test_ctx
|
||||||
tests/test_hash
|
tests/test_hash
|
||||||
|
|||||||
Reference in New Issue
Block a user