mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
4a31ca461f
* .ccls: Configure the ccls LSP server * .dir-locals.el: Reset some parameters for ccls and lsp-mode * .gitignore: Update for GTAGS and ccls * maintMakefile: Don't search hidden directories for sources
70 lines
693 B
Text
70 lines
693 B
Text
# Development artifacts
|
|
ID
|
|
TAGS
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
.*cache
|
|
.*gdbinit
|
|
.gdb_history
|
|
.vscode
|
|
*~
|
|
#*
|
|
.#*
|
|
|
|
# Configure artifacts
|
|
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-h1
|
|
.dirstamp
|
|
|
|
# Build artifacts
|
|
.deps/
|
|
gmk-default.h
|
|
loadavg
|
|
make
|
|
*.o
|
|
*.a
|
|
*.exe
|
|
*.dll.a
|
|
*.obj
|
|
*.lib
|
|
*.pdb
|
|
*.sbr
|
|
|
|
# Windows build artifacts
|
|
WinDebug/
|
|
WinRel/
|
|
GccDebug/
|
|
GccRel/
|
|
|
|
# Distribution artifacts
|
|
.dep_segment
|
|
.check-git-HEAD
|
|
ChangeLog
|
|
README
|
|
README.DOS
|
|
README.OS2
|
|
README.W32
|
|
build.sh
|
|
build.sh.in
|
|
config.ami
|
|
config.h-vms
|
|
config.h.W32
|
|
configh.dos
|
|
make-[0-9]*/
|
|
make-[0-9]*.tar.*
|
|
checkcfg.*.log
|