Commit-ID: 41f9ce464a00d799355a09dad806de0dc7f3996e
Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=41f9ce464a00d799355a09dad806de0dc7f3996e
Author: Cyrill Gorcunov <gor...@gm...>
AuthorDate: Sun, 28 Oct 2018 13:49:01 +0300
Committer: Cyrill Gorcunov <gor...@gm...>
CommitDate: Sun, 28 Oct 2018 23:51:03 +0300
.gitignore: Add patches directory
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index d55e31f..c2f323f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,4 @@ TAGS
/x86/regs.c
/x86/regs.h
/x86/regvals.c
+/patches/
|