mirror of
https://github.com/mirror/make.git
synced 2024-12-28 05:40:10 +08:00
f8401ad28b
Put the results into a subdirectory for easy unpacking. * .gitignore: Ignore it.
77 lines
717 B
Plaintext
77 lines
717 B
Plaintext
# Development artifacts
|
|
ID
|
|
TAGS
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
.*cache
|
|
.*gdbinit
|
|
.gdb_history
|
|
.vscode
|
|
*~
|
|
#*
|
|
.#*
|
|
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
# Configure artifacts
|
|
/lib/
|
|
/m4/
|
|
ABOUT-NLS
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
Basic.mk
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/
|
|
config.cache
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
/mk/Posix.mk
|
|
stamp-*
|
|
.dirstamp
|
|
gnulib
|
|
convert.sed
|
|
|
|
# Build artifacts
|
|
.deps/
|
|
gmk-default.h
|
|
loadavg
|
|
make
|
|
*.i
|
|
*.o
|
|
*.a
|
|
*.exe
|
|
*.dll.a
|
|
*.obj
|
|
*.lib
|
|
*.pdb
|
|
*.sbr
|
|
|
|
# Windows build artifacts
|
|
WinDebug/
|
|
WinRel/
|
|
GccDebug/
|
|
GccRel/
|
|
|
|
# Test artifacts
|
|
makeerror-*
|
|
test-suite.log
|
|
|
|
# Distribution artifacts
|
|
.dep_segment
|
|
.check-git-HEAD
|
|
ChangeLog
|
|
README
|
|
build.cfg
|
|
mkconfig.h
|
|
make-[0-9]*/
|
|
make-[0-9]*.tar.*
|
|
checkcfg.*.log
|