mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- .gitignore: a bit more structure; inspired by https://github.com/github/gitignore
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
63
.gitignore
vendored
63
.gitignore
vendored
@@ -1,27 +1,68 @@
|
|||||||
/aclocal.m4
|
### http://www.gnu.org/software/automake
|
||||||
/autom4te.cache/
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
||||||
|
### http://www.gnu.org/software/autoconf
|
||||||
|
autom4te.cache
|
||||||
|
/autoscan.log
|
||||||
|
/autoscan-*.log
|
||||||
|
/aclocal.m4
|
||||||
/compile
|
/compile
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.h.in
|
/config.h.in
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
/config.sub
|
/config.sub
|
||||||
*/*-config.h
|
|
||||||
*/*-config.h.in
|
|
||||||
/configure
|
/configure
|
||||||
*.directory
|
/configure.scan
|
||||||
/depcomp
|
/depcomp
|
||||||
/install-sh
|
/install-sh
|
||||||
/ltmain.sh
|
|
||||||
/m4/
|
|
||||||
/missing
|
/missing
|
||||||
*.*~
|
/stamp-h*
|
||||||
*.a
|
|
||||||
*.la
|
### https://www.gnu.org/software/libtool/
|
||||||
*.lai
|
/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
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
|
*.so
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
|
||||||
|
### dependency files
|
||||||
|
.deps
|
||||||
*.Plo
|
*.Plo
|
||||||
*.Po
|
*.Po
|
||||||
|
|
||||||
|
### diff and patch files
|
||||||
|
*.patch
|
||||||
|
*.diff
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
|
||||||
|
### system generated stuff
|
||||||
|
# dolphin
|
||||||
|
.directory
|
||||||
|
# kate
|
||||||
|
*-swp
|
||||||
|
.*.swp
|
||||||
|
|
||||||
|
### generally excluded files
|
||||||
|
*~
|
||||||
|
*.pc
|
||||||
git-*
|
git-*
|
||||||
go_*
|
go_*
|
||||||
|
|
||||||
|
### header files that fall out of the build
|
||||||
|
libstb-hal-config.h
|
||||||
|
Reference in New Issue
Block a user