From cab179a165af7690344c78c80f239d6e31d7699c Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Mon, 2 Jan 2012 21:05:43 -0800 Subject: Add .gitignore files to exclude unit test build artifacts from git With the addition of unit tests in commit 3ef3ba4d2eee36f64062a21ce030c3f4d8c4cac4, 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 Reviewed-by: Ian Romanick --- bin/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/.gitignore (limited to 'bin') diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..3b3f168 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +/depcomp +/missing -- cgit v1.1