mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
add .gitignore - does no harm and helps me with git conversion
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@57 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
### mostly autoconf crap
|
||||||
|
Makefile
|
||||||
|
autom4te.cache
|
||||||
|
*.in
|
||||||
|
aclocal.m4
|
||||||
|
config.*
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
*.pc
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
stamp-h1
|
||||||
|
README
|
||||||
|
COPYING
|
||||||
|
INSTALL
|
||||||
|
|
||||||
|
### objects and libs
|
||||||
|
.libs
|
||||||
|
.deps
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
|
||||||
|
### binaries that fall out of the build
|
||||||
|
lib/sectionsdclient/sectionsdcontrol
|
||||||
|
src/neutrino
|
||||||
|
src/nhttpd/web/*.js.gz
|
||||||
|
src/zapit/src/pzapit
|
||||||
|
src/zapit/src/udpstreampes
|
Reference in New Issue
Block a user