projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62bff38
)
Add test logs to .gitignore
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 5 Jun 2016 10:42:45 +0000
(12:42 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 5 Jun 2016 10:42:45 +0000
(12:42 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
2d3a336
..
3e26ccd
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-77,8
+77,11
@@
bindings/java/org/collectd/java/*.class
# backup stuff
*~
+
# Unit tests
+src/daemon/test-suite.log
src/tests/
+src/test-suite.log
test_*
# src/daemon/...