diff options
author | Matt Turner <[email protected]> | 2012-09-10 14:31:05 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:31 +0100 |
commit | ac2793cf3e1e004942c386dfa45f3b5507223f50 (patch) | |
tree | f3aca49230518b02d3ecd59f1b4a6b91340f7292 /src/mesa/main/tests | |
parent | 3ed95dc0735795087c063288e544359a84f7ea28 (diff) |
Clean up .gitignore files
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/.gitignore | 1 | ||||
-rw-r--r-- | src/mesa/main/tests/hash_table/.gitignore | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/tests/.gitignore b/src/mesa/main/tests/.gitignore index efd1896b73c..6f58215b977 100644 --- a/src/mesa/main/tests/.gitignore +++ b/src/mesa/main/tests/.gitignore @@ -1,2 +1 @@ -/Makefile /main-test diff --git a/src/mesa/main/tests/hash_table/.gitignore b/src/mesa/main/tests/hash_table/.gitignore index 3123ac5e139..1b9aaf4a27e 100644 --- a/src/mesa/main/tests/hash_table/.gitignore +++ b/src/mesa/main/tests/hash_table/.gitignore @@ -1,4 +1,3 @@ -Makefile collision delete_and_lookup delete_management |