diff options
author | Carl Worth <cworth@cworth.org> | 2013-10-24 15:02:50 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-10-25 14:59:31 -0700 |
commit | fbd06e4805ffca52a938bba2099cbc17419faacf (patch) | |
tree | e35d01c98e004133e180412be642a9791ee3c9b5 /tests | |
parent | 52a81b7ef561b064f0157af8cf8eeca29b3ec639 (diff) |
Update .gitignore files
Just enough to keep "git status" clean after running "make check".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 3 | ||||
-rw-r--r-- | tests/set/.gitignore | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 37d555f..9af7280 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,6 @@ +*.log +*.trs +collision delete_and_lookup delete_management destroy_callback diff --git a/tests/set/.gitignore b/tests/set/.gitignore index 9cd5918..2aeb095 100644 --- a/tests/set/.gitignore +++ b/tests/set/.gitignore @@ -1,3 +1,5 @@ +*.log +*.trs delete_and_lookup delete_management destroy_callback |