summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-05-11 10:30:26 -0400
committerPaul Smith <psmith@gnu.org>2019-05-12 16:28:26 -0400
commit4a31ca461ffa845ba85f5190b767c50285c00141 (patch)
tree777a2483c4dd5993ddb79be90c31d5d8a4d8b407 /.gitignore
parent214865ed5c66d8e363b16ea74509f23d93456707 (diff)
downloadmake-git-4a31ca461ffa845ba85f5190b767c50285c00141.tar.gz
Add developer customizations
* .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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b304956e..429e2790 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,10 @@
# Development artifacts
ID
TAGS
+GPATH
+GRTAGS
+GTAGS
+.*cache
.*gdbinit
.gdb_history
.vscode
@@ -15,7 +19,7 @@ Makefile
Makefile.in
Basic.mk
aclocal.m4
-autom4te.cache
+autom4te.cache/
build-aux/
config.cache
config.h
@@ -28,7 +32,7 @@ stamp-h1
.dirstamp
# Build artifacts
-.deps
+.deps/
gmk-default.h
loadavg
make