Update .gitignore for Valgrind and no Automake

* .gitignore: Remove .deps/ since we no longer use Automake.
Add vgcore.*[0-9], for debugging Emacs with Valgrind+GDB.
This commit is contained in:
Paul Eggert 2017-07-23 22:40:21 -07:00
parent 9b971bdd34
commit 6dc5d45c54

2
.gitignore vendored
View file

@ -111,7 +111,6 @@ lisp/mh-e/mh-autoloads.el
lisp/subdirs.el
# Dependencies.
.deps/
deps/
# Logs and temporaries.
@ -138,6 +137,7 @@ gmon.out
oo/
oo-spd/
src/*.map
vgcore.*[0-9]
# Tests.
test/manual/biditest.txt