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:
parent
9b971bdd34
commit
6dc5d45c54
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue