From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:55
|
Commit-ID: f6c973d63257d5fcf27edadcf30184fed08471cb Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=f6c973d63257d5fcf27edadcf30184fed08471cb Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 22:26:56 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:46 +0300 .gitignore: Add com Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2f323f..82ec14e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.dbg *.dep *.exe +*.com *.lib *.i *.ith |