mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
.gitignore: a bit more structure; inspired by https://github.com/github/gitignore
Origin commit data
------------------
Branch: ni/coolstream
Commit: 853f967c69
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-24 (Wed, 24 Apr 2019)
Origin message was:
------------------
- .gitignore: a bit more structure; inspired by https://github.com/github/gitignore
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
110
.gitignore
vendored
110
.gitignore
vendored
@@ -1,55 +1,83 @@
|
||||
### mostly autoconf crap
|
||||
### http://www.gnu.org/software/automake
|
||||
Makefile
|
||||
autom4te.cache
|
||||
*.in
|
||||
aclocal.m4
|
||||
compile
|
||||
config.*
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
*.pc
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-h1
|
||||
README
|
||||
COPYING
|
||||
INSTALL
|
||||
Makefile.in
|
||||
|
||||
### objects and libs
|
||||
### http://www.gnu.org/software/autoconf
|
||||
autom4te.cache
|
||||
/autoscan.log
|
||||
/autoscan-*.log
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/config.guess
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/configure.scan
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
/stamp-h*
|
||||
|
||||
### https://www.gnu.org/software/libtool/
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
|
||||
### http://www.gnu.org/software/m4/
|
||||
m4/libtool.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
|
||||
### compiled objects and libs
|
||||
.libs
|
||||
.deps
|
||||
*.lo
|
||||
*.o
|
||||
*.so
|
||||
*.lo
|
||||
*.a
|
||||
*.lai
|
||||
*.la
|
||||
.*.swp
|
||||
*.a
|
||||
|
||||
### editor crap
|
||||
#*.orig
|
||||
#*.rej
|
||||
#*~
|
||||
### dependency files
|
||||
.deps
|
||||
*.Plo
|
||||
*.Po
|
||||
|
||||
### 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
|
||||
src/drivertool
|
||||
src/dt
|
||||
src/rcsim.h
|
||||
src/rcsim
|
||||
src/gui/version.h
|
||||
src/nhttpd/nhttpd.conf
|
||||
src/mdev_helper
|
||||
local_build_config.h
|
||||
### diff and patch files
|
||||
*.patch
|
||||
*.diff
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
### system generated stuff
|
||||
# dolphin
|
||||
.directory
|
||||
# kate
|
||||
*-swp
|
||||
compile
|
||||
.*.swp
|
||||
|
||||
### generally excluded files
|
||||
*~
|
||||
*.pc
|
||||
git-*
|
||||
go_*
|
||||
|
||||
### binaries that fall out of the build
|
||||
lib/sectionsdclient/sectionsdcontrol
|
||||
src/drivertool
|
||||
src/dt
|
||||
src/mdev_helper
|
||||
src/neutrino
|
||||
src/rcsim
|
||||
src/zapit/src/pzapit
|
||||
src/zapit/src/udpstreampes
|
||||
|
||||
### header files that fall out of the build
|
||||
src/rcsim.h
|
||||
src/gui/version.h
|
||||
local_build_config.h
|
||||
|
||||
### other files that fall out of the build
|
||||
src/nhttpd/nhttpd.conf
|
||||
|
Reference in New Issue
Block a user