.gitignore: a bit more structure; inspired by https://github.com/github/gitignore

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2019-04-24 12:30:49 +02:00
parent 0ce681357a
commit efe242cbec

110
.gitignore vendored
View File

@@ -1,55 +1,83 @@
### mostly autoconf crap ### http://www.gnu.org/software/automake
Makefile Makefile
autom4te.cache Makefile.in
*.in
aclocal.m4
compile
config.*
configure
depcomp
install-sh
*.pc
libtool
ltmain.sh
missing
stamp-h1
README
COPYING
INSTALL
### 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 .libs
.deps *.lo
*.o *.o
*.so *.so
*.lo *.lai
*.a
*.la *.la
.*.swp *.a
### editor crap ### dependency files
#*.orig .deps
#*.rej *.Plo
#*~ *.Po
### binaries that fall out of the build ### diff and patch files
lib/sectionsdclient/sectionsdcontrol *.patch
src/neutrino *.diff
src/nhttpd/web/*.js.gz *.orig
src/zapit/src/pzapit *.rej
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
### system generated stuff ### system generated stuff
# dolphin # dolphin
.directory .directory
# kate # kate
*-swp *-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