summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-13 21:27:21 -0400
committerH. Peter Anvin <hpa@zytor.com>2009-07-13 21:27:21 -0400
commit44a0d177f09b3e7c5627c3772c9b406254eaaf64 (patch)
treef3e9a8e36d6f2780fb87639e8710f1385a12b9e0 /.gitignore
parent2a3154c4d3846d4256b6a45e805ff3d917fbb195 (diff)
downloadnasm-44a0d177f09b3e7c5627c3772c9b406254eaaf64.tar.gz
gitignore: add test results, *.dbg
Add test result directories and *.dbg to gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 11f476e1..d68b892c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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