diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-06-14 01:12:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-15 22:43:58 -0700 |
commit | 18a936805e82d769e33ea0dd866f8fe12ef1827e (patch) | |
tree | 903f2310b0b00e57c97c86beea98d4c3a1f22c9c /.gitignore | |
parent | 4f01d0f92db5cb38aaaab83adb50557beb35fb91 (diff) | |
download | git-18a936805e82d769e33ea0dd866f8fe12ef1827e.tar.gz |
Generated spec file to be ignored is named git.spec and not git-core.spec
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4dc0c395fa..b7546a5591 100644 --- a/.gitignore +++ b/.gitignore @@ -156,7 +156,7 @@ common-cmds.h *.tar.gz *.dsc *.deb -git-core.spec +git.spec *.exe *.[ao] *.py[co] |