diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-10-30 03:03:34 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:41:42 +0100 |
| commit | 2eebbe555a9c47255f327a4406247334baca016e (patch) | |
| tree | 9fff1e2343456ca0b9a3c5ab775c30d92351aa1e /.gitignore | |
| parent | 978b06eb1a31471ebda868ddf526cb40a38fe652 (diff) | |
| download | enigma2-2eebbe555a9c47255f327a4406247334baca016e.tar.gz enigma2-2eebbe555a9c47255f327a4406247334baca016e.zip | |
add .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
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 |
