From 379233db1dd9b2006e9c84c5affb3a733e53c1fc Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 30 Oct 2008 03:03:34 +0100 Subject: [PATCH] add .gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1e8472a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# 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 +aclocal.m4 +autom4te.cache/ +config.guess +config.log +config.status +config.sub +configure +depcomp +enigma2.pc +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 -- 2.30.2