From e5804662540e6e56c74a2bd07ccc7a0238fe6cb6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 27 Sep 2017 15:32:37 -0700 Subject: .gitignore: add more test file extensions More file extensions used in the test directory to be ignored. Signed-off-by: H. Peter Anvin --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 *~ -- cgit v1.2.1