gitignore: add test results, *.dbg
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 01:27:21 +0000 (21:27 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 14 Jul 2009 01:27:21 +0000 (21:27 -0400)
Add test result directories and *.dbg to gitignore.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
.gitignore

index 11f476e..d68b892 100644 (file)
@@ -1,4 +1,5 @@
 *.bin
+*.dbg
 *.exe
 *.lst
 *.o
@@ -58,7 +59,9 @@
 /regs.c
 /regs.h
 /regvals.c
+/test/golden
 /test/perf/*.asm
+/test/testresults
 /tokens.h
 /tokhash.c
 /version.h