mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-24 10:01:36 +00:00
* .gitignore: Ignore generated files in VPATH builds
This commit is contained in:

committed by
Tim Rühsen

parent
07b15e71f4
commit
e96d02f0bb
71
.gitignore
vendored
71
.gitignore
vendored
@ -1,20 +1,24 @@
|
|||||||
# Ignore all executable files in these directories
|
# Ignore all executable files in these directories
|
||||||
libwget/*
|
**/libwget/*
|
||||||
!libwget/*.*
|
!**/libwget/?*.*
|
||||||
|
**/libwget/css_tokenizer.c
|
||||||
|
!**/libwget/*/
|
||||||
|
|
||||||
tests/*
|
**/tests/*
|
||||||
!tests/*.*
|
!**/tests/?*.*
|
||||||
|
!**/tests/*/
|
||||||
|
|
||||||
unit-tests/*
|
**/unit-tests/*
|
||||||
!unit-tests/*.*
|
!**/unit-tests/?*.*
|
||||||
|
!**/unit-tests/*/
|
||||||
|
|
||||||
examples/*
|
**/examples/*
|
||||||
!examples/*.*
|
!**/examples/?*.*
|
||||||
|
!**/examples/*/
|
||||||
|
|
||||||
m4/*
|
m4/*
|
||||||
!m4/wget_manywarnings.m4
|
!m4/wget_manywarnings.m4
|
||||||
|
|
||||||
*.Makefile.in
|
|
||||||
*.bak
|
*.bak
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
@ -26,18 +30,18 @@ m4/*
|
|||||||
*.plist
|
*.plist
|
||||||
*.stamp
|
*.stamp
|
||||||
*.trs
|
*.trs
|
||||||
*/*.gcda
|
**/*.gcda
|
||||||
*/*.gcno
|
**/*.gcno
|
||||||
*/.deps
|
wget2.info
|
||||||
*/.libs
|
.deps/
|
||||||
*/Makefile
|
.libs/
|
||||||
*~
|
*~
|
||||||
.depend
|
.depend
|
||||||
.manywarnings
|
.manywarnings
|
||||||
/ABOUT-NLS
|
/ABOUT-NLS
|
||||||
/GNUmakefile
|
GNUmakefile
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/build-aux
|
/build-aux/
|
||||||
/maint.mk
|
/maint.mk
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
@ -55,31 +59,26 @@ config.status
|
|||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
docs/html
|
**/docs/html/
|
||||||
docs/man
|
**/docs/man/
|
||||||
docs/README.md
|
**/docs/README.md
|
||||||
docs/wget2.info
|
**/docs/wget2.texi
|
||||||
docs/wget2.texi
|
**/docs/libwget.doxy
|
||||||
docs/libwget.doxy
|
**/docs/wget2_md2man.sh
|
||||||
docs/wget2_md2man.sh
|
**/fuzz/*.min
|
||||||
fuzz/*.min
|
**/fuzz/*.out
|
||||||
fuzz/*.out
|
**/fuzz/*_fuzzer
|
||||||
fuzz/*_fuzzer
|
**/fuzz/*_fuzzer.new/
|
||||||
fuzz/*_fuzzer.new
|
|
||||||
git_push
|
git_push
|
||||||
include/wget/wgetver.h
|
**/include/wget/wgetver.h
|
||||||
install-sh
|
install-sh
|
||||||
lcov
|
lcov
|
||||||
lib
|
lib
|
||||||
libtool
|
libtool
|
||||||
libwget.pc
|
libwget.pc
|
||||||
libwget/css_tokenizer.c
|
|
||||||
ltmain.sh
|
|
||||||
missing
|
|
||||||
nbproject
|
nbproject
|
||||||
snippet
|
**/src/wget2
|
||||||
src/wget2
|
**/src/wget2_noinstall
|
||||||
src/wget2_noinstall
|
|
||||||
stamp-h1
|
stamp-h1
|
||||||
test-driver
|
**/po/POTFILES
|
||||||
wget2-*
|
wget2-*.tar.*
|
||||||
|
Reference in New Issue
Block a user