From 696569c4984cf4fb28c5e839de77eb31ae34f1a1 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 28 Oct 2010 20:05:10 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 36 +++++++++++++++--------------------- lib/actions/.gitignore | 1 + lib/base/.gitignore | 1 + lib/python/.gitignore | 2 ++ m4/.gitignore | 5 +++++ main/.gitignore | 3 ++- po/.gitignore | 2 ++ 7 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 lib/actions/.gitignore create mode 100644 lib/base/.gitignore create mode 100644 lib/python/.gitignore create mode 100644 m4/.gitignore create mode 100644 po/.gitignore diff --git a/.gitignore b/.gitignore index 274231af..da59fcf5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,8 @@ # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): -*.[oa] *~ -Makefile.in -Makefile -*.so -*.so.0.0 -*.cxx -.deps -COPYING -INSTALL +*.a aclocal.m4 autom4te.cache/ config.guess @@ -20,22 +12,24 @@ config.status config.sub configure depcomp +.deps/ +enigma2_config.h +enigma2_config.h.in enigma2.pc +index-enigma2.xml +INSTALL install-sh -lib/actions/actionids.h -lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.d -lib/python/enigma.py -missing -py-compile -po/ -main/enigma2 -version.h -*.d *.la -*.lo .libs/ -*.tar.gz -config.h libtool +*.lo ltmain.sh +Makefile +Makefile.in +missing +moc_*.cpp +*.o +py-compile stamp-h1 +*.tar.bz2 +*.tar.gz diff --git a/lib/actions/.gitignore b/lib/actions/.gitignore new file mode 100644 index 00000000..460e43d2 --- /dev/null +++ b/lib/actions/.gitignore @@ -0,0 +1 @@ +actionids.h diff --git a/lib/base/.gitignore b/lib/base/.gitignore new file mode 100644 index 00000000..aa9ae18f --- /dev/null +++ b/lib/base/.gitignore @@ -0,0 +1 @@ +eenv.cpp diff --git a/lib/python/.gitignore b/lib/python/.gitignore new file mode 100644 index 00000000..c1fa59fc --- /dev/null +++ b/lib/python/.gitignore @@ -0,0 +1,2 @@ +enigma.py +enigma_python.cpp diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..38066ddf --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +libtool.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +lt~obsolete.m4 diff --git a/main/.gitignore b/main/.gitignore index c1437706..aa0b0087 100644 --- a/main/.gitignore +++ b/main/.gitignore @@ -1 +1,2 @@ -entries +enigma2 +version.h diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 00000000..6e85d371 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,2 @@ +*.mo +*.pot -- 2.30.2