summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-09-27 15:32:37 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2017-09-27 15:32:37 -0700
commite5804662540e6e56c74a2bd07ccc7a0238fe6cb6 (patch)
tree3490f0723882455d9b5540afef096023c0f76093 /.gitignore
parente38654a24ed7ea91c1c199c21b52c4132cbe8d0e (diff)
downloadnasm-e5804662540e6e56c74a2bd07ccc7a0238fe6cb6.tar.gz
.gitignore: add more test file extensions
More file extensions used in the test directory to be ignored. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e232bb47..144f204a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,14 @@
*.a
*.bin
+*.coff
*.dbg
*.dep
*.exe
*.lib
*.i
+*.ith
*.lst
-*.mo
+*.mo32
*.mo64
*.o
*.o64
@@ -18,8 +20,11 @@
*.pdb
*.rej
*.s
+*.srec
*.si
*.swp
+*.win32
+*.win64
*.xml
.*swo
*~