[Parted-commits] GNU Parted Official Repository: Changes to 'next'

Jim Meyering meyering at alioth.debian.org
Sat Aug 22 13:58:49 UTC 2009


 .gitignore |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit c8ad4b582d9b6d60e519dde1893ddb17f56a6e01
Author: Jim Meyering <meyering at redhat.com>
Date:   Sat Aug 22 15:58:34 2009 +0200

    build: ignore more generated files
    
    * .gitignore: Ignore a few more build artifacts.

diff --git a/.gitignore b/.gitignore
index d8af02a..0394d17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ GNUmakefile
 INSTALL
 Makefile
 Makefile.in
+TAGS
 aclocal.m4
 autom4te.cache
 build-aux
@@ -30,8 +31,11 @@ lib/config.h
 lib/config.h.in
 lib/configmake.h
 libparted.pc
+libparted/tests/disk
 libparted/tests/init.sh
 libparted/tests/label
+libparted/tests/t*.sh.log
+libparted/tests/test-suite.log
 libtool
 m4
 maint.mk
@@ -44,3 +48,5 @@ partprobe/partprobe
 po/.reference
 stamp-h1
 tests/init.sh
+tests/t*.sh.log
+tests/test-suite.log



More information about the Parted-commits mailing list