summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-05-09 14:14:11 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2016-05-09 14:14:11 -0700
commitf43aedac2323cfad88fc4ac53b2c7d9597623e2c (patch)
tree6d9844427c83f844b493ea93d475727c10446dc6 /.gitignore
parent3736895c07537856b3ce035258485dd5cfd8af9a (diff)
downloadnasm-f43aedac2323cfad88fc4ac53b2c7d9597623e2c.tar.gz
.gitignore: add .s and .i files
.s and .i files can be generated during debugging. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f64b70af..83236c59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.bin
*.dbg
*.exe
+*.i
*.lst
*.o
*.o64
@@ -9,8 +10,9 @@
*.orig
*.out
*.rej
-*.xml
+*.s
*.swp
+*.xml
.*swo
*~
\#*