[PATCH] Generated spec file to be ignored is named git.spec and not git-core.spec
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:43:16
Signed-off-by: Jakub Narebski <redacted> --- .gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index bd49cd4..e8b060c 100644
--- a/.gitignore
+++ b/.gitignore@@ -157,7 +157,7 @@ common-cmds.h *.tar.gz *.dsc *.deb -git-core.spec +git.spec *.exe *.[aos] *.py[co]
--
1.5.2