]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
don't ship .gitignore
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 6 Aug 2013 15:46:27 +0000 (17:46 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 6 Aug 2013 15:46:42 +0000 (17:46 +0200)
Makefile.in

index 7e38052ca3c40098f225b580ae0efbe4403bbbb7..4d1e3c554a36792e68a42155ed34654e88569f31 100644 (file)
@@ -168,7 +168,7 @@ Makefile: newt.spec
 create-archive: Makefile
        @rm -rf /tmp/newt-$(VERSION)
        @git archive --prefix=newt-$(VERSION)/ $(TAG) | tar x -C /tmp
-       @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .tx
+       @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .tx .gitignore
        @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)
        @rm -rf /tmp/newt-$(VERSION)
        @cp /tmp/newt-$(VERSION).tar.gz .