.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>
This commit is contained in:
H. Peter Anvin 2016-05-09 14:14:11 -07:00
parent 3736895c07
commit f43aedac23

4
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.bin
*.dbg
*.exe
*.i
*.lst
*.o
*.o64
@ -9,8 +10,9 @@
*.orig
*.out
*.rej
*.xml
*.s
*.swp
*.xml
.*swo
*~
\#*