From: nasm-bot f. H. P. A. <hp...@li...> - 2016-05-09 21:15:21
|
Commit-ID: f43aedac2323cfad88fc4ac53b2c7d9597623e2c Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=f43aedac2323cfad88fc4ac53b2c7d9597623e2c Author: H. Peter Anvin <hp...@li...> AuthorDate: Mon, 9 May 2016 14:14:11 -0700 Committer: H. Peter Anvin <hp...@li...> CommitDate: Mon, 9 May 2016 14:14:11 -0700 .gitignore: add .s and .i files .s and .i files can be generated during debugging. Signed-off-by: H. Peter Anvin <hp...@li...> --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f64b70a..83236c5 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 *~ \#* |