diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-23 14:20:41 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-01-24 16:14:52 -0500 |
commit | 66d55ab3c3332190fa7991af4447ef10e80c12bd (patch) | |
tree | 763125eb35faab52235159615abc0c377f127cb3 /tests | |
parent | 142aa4a1197f6d4c8a7963dcc762e3d881d249fc (diff) |
gitignore: add test-suite files
The *.log and *.trs files should be ignored by git as well as the GNU
autotools ./test-driver helper script.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index e97e294..ccd440a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,10 @@ +*.log +*.trs + array-test client-test connection-test +display-test event-loop-test exec-fd-leak-checker fixed-benchmark @@ -8,5 +12,6 @@ fixed-test list-test map-test os-wrappers-test +queue-test sanity-test - +socket-test |