Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdcr committed Nov 16, 2010
1 parent ef51b06 commit 696569c
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 22 deletions.
36 changes: 15 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions lib/actions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
actionids.h
1 change: 1 addition & 0 deletions lib/base/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eenv.cpp
2 changes: 2 additions & 0 deletions lib/python/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enigma.py
enigma_python.cpp
5 changes: 5 additions & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
3 changes: 2 additions & 1 deletion main/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
entries
enigma2
version.h
2 changes: 2 additions & 0 deletions po/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.mo
*.pot

0 comments on commit 696569c

Please sign in to comment.