Add .gitignore files to exclude unit test build artifacts from git

With the addition of unit tests in commit
3ef3ba4d2e, several additional build
artifacts are created:

  bin/depcomp
  bin/missing
  tests/Makefile
  tests/Makefile.in
  tests/glx/Makefile
  tests/glx/Makefile.in
  tests/glx/.deps/
  tests/glx/.gitignore

This patch adds all of these files to .gitignore.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Paul Berry 2012-01-02 21:05:43 -08:00
parent 4357f8b4dc
commit cab179a165
3 changed files with 6 additions and 0 deletions

2
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/depcomp
/missing

3
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
Makefile.in
.deps/

1
tests/glx/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/glx_unittest