[pitivi] Move the gitignores to a single file



commit af0846329db9380bde8dde8c532ff39b1b6963c5
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Fri Jan 17 11:52:57 2014 +0100

    Move the gitignores to a single file

 .gitignore                |   81 +++++++++++++++++++-------------------------
 bin/.gitignore            |    3 --
 data/pixmaps/.gitignore   |    2 -
 pitivi/.gitignore         |    4 --
 pitivi/dialogs/.gitignore |    3 --
 po/.gitignore             |   14 --------
 tests/.gitignore          |    4 --
 7 files changed, 35 insertions(+), 76 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ed6451..4264f5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,63 +1,52 @@
+# Development environments
+# Vim
+*~
+# PyCharm
+.idea/workspace.xml
+
+# Generated by autogen.sh
 Makefile
 Makefile.in
+bin/pitivi
+aclocal.m4
+autom4te.cache/
 autoregen.sh
+compile
 config.guess
 config.log
-config.rpath
 config.status
 config.sub
 configure
-help/index.cache
-help/html/
-help/*/*.mo
-
-# Ignore the autogenerated page files.
-help/*/*.page
-!help/C/*.page
-help/*/*.stamp
-
+data/pitivi.desktop.in
+depcomp
 install-sh
 libtool
-locale/
 ltmain.sh
-m4
 missing
-mkinstalldirs
+pitivi/configure.py
+pitivi/coptimizations/.deps/
+po/POTFILES
+po/stamp-it
 py-compile
-stamp-h.in
-pitivi.appdata.xml
-pitivi.desktop
-pitivi.desktop.in
-autom4te.cache
-aclocal.m4
-INSTALL
-*.pyc
-*~
-.*.swp
-.*.swo
-*.tar.*
-.coverage
-*,cover
-log
-*.log*
-*.patch
-*.diff
-*.orig
-*.rej
-*.xptv
-/po/.intltool-merge-cache
-/config.status.lineno
-*.LOCAL.*
-*.REMOTE.*
-*.BASE.*
-*.BACKUP.*
-*.so
 
-# Files generated in the pitivi/coptimizations/ code
-pitivi/coptimizations/.libs/
-pitivi/coptimizations/.deps/
-depcomp
-*.a
+# Generated by make
 *.la
 *.lo
 *.o
+data/pitivi.appdata.xml
+data/pitivi.desktop
+help/*/*.mo
+help/*/*.page
+# Don't ignore the English manual.
+!help/C/*.page
+help/*/*.stamp
+locale/
+pitivi/coptimizations/.libs/
+po/*.gmo
+po/.intltool-merge-cache
+
+# Generated by make check
+po/pitivi.pot
+
+# Generated when running the project
+*.pyc


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