[Piglit] [PATCH 06/49] .gitignore: update

Dylan Baker dylan at pnwbakers.com
Fri Jul 29 18:38:52 UTC 2016


We don't have main files or a .makotmp directory, but pytest creates a
.cache directory we don't want to check in to git.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 .gitignore | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d44e885..d2a12a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,10 +24,8 @@ tests/glslparsertest/glslcompiler
 generated_tests/cl
 compile_commands.json
 
-.makotmp
 .tox/
+.cache/
 
 *.css
 *.html
-
-main
-- 
2.9.0



More information about the Piglit mailing list