.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>
This commit is contained in:
H. Peter Anvin 2017-09-27 15:32:37 -07:00
parent e38654a24e
commit e580466254

7
.gitignore vendored
View File

@ -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
*~