diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-23 22:40:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-23 22:40:45 -0700 |
commit | 6dc5d45c542a6f9cfbcf3e37d597c9e0efb3070d (patch) | |
tree | 35aaa63ad3a46c4099a8cd36eefe415aac38c534 /.gitignore | |
parent | 9b971bdd340e83c71068892d41baeb243e233f71 (diff) | |
download | emacs-6dc5d45c542a6f9cfbcf3e37d597c9e0efb3070d.tar.gz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 46ed4a137de..9229297833a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |