[devhelp: 5/36] gitignore: add some generated files to be ignored



commit 041ca599c5aee9a51c91100c9f98d74472517fe1
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu Dec 2 16:44:32 2010 +0100

    gitignore: add some generated files to be ignored

 .gitignore |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77d71c2..8116ebf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,9 @@ Makefile.in
 autom4te.cache/
 /ChangeLog
 /INSTALL
+/ABOUT-NLS
 /aclocal.m4
+/m4
 /build/compile
 /build/config.guess
 /build/config.sub
@@ -19,12 +21,7 @@ autom4te.cache/
 /build/missing
 /build/py-compile
 /compile
-/config.log
-/config.guess
-/config.h
-/config.h.in
-/config.status
-/config.sub
+/config.*
 /configure
 /depcomp
 /install-sh
@@ -47,6 +44,13 @@ libtool
 /po/POTFILES
 /po/devhelp.pot
 /po/stamp-it
+/po/Makevars.template
+/po/Rules-quot
+/po/boldquot.sed
+/po/*.header
+/po/insert-header.sin
+/po/quot.sed
+/po/remove-potcdate.sin
 /misc/gedit-plugin/devhelp.desktop
 /misc/gedit-plugin/devhelp.gedit-plugin
 /src/devhelp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]