diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-28 20:05:10 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:39 +0100 |
| commit | 696569c4984cf4fb28c5e839de77eb31ae34f1a1 (patch) | |
| tree | d94321c25c6af47475be3420799a343b34610497 /.gitignore | |
| parent | ef51b06206827b3a28cfed4a95aa38adc3aa4ce5 (diff) | |
| download | enigma2-696569c4984cf4fb28c5e839de77eb31ae34f1a1.tar.gz enigma2-696569c4984cf4fb28c5e839de77eb31ae34f1a1.zip | |
update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 15 insertions, 21 deletions
@@ -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 |
