[frogr] meson: Simplify .gitignore, now that srcdir != builddir



commit 571b393ffc86621a694e59eabf296a2e5e78486a
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue May 23 19:05:40 2017 +0100

    meson: Simplify .gitignore, now that srcdir != builddir

 .gitignore |   45 +--------------------------------------------
 1 files changed, 1 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd3a7e4..017da3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,45 +1,2 @@
-data/*xml
-data/*desktop
-
-help/??/*page
-help/??/*mo
-help/??/*stamp
-help/??_??/*page
-help/??_??/*mo
-help/??_??/*stamp
-
-po/*mo
-po/POTFILES
-po/Makefile.in.in
-po/stamp-it
-
-src/frogr
-src/*o
-src/examples/example
-src/*/*o
-src/*/*a
-src/*/.deps
-
-*cache
-ABOUT-NLS
+_build
 Makefile
-Makefile.in
-aclocal.m4
-compile
-config.*
-configure
-depcomp
-frogr-*.tar*
-install-sh
-m4/
-missing
-po/*.header
-po/*.pot
-po/*.po~
-po/*.sed
-po/*.sin
-po/Makevars.template
-po/Rules-quot
-po/stamp-po
-stamp-h1
-tags


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