emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6dc5d45: Update .gitignore for Valgrind and no Auto


From: Paul Eggert
Subject: [Emacs-diffs] master 6dc5d45: Update .gitignore for Valgrind and no Automake
Date: Mon, 24 Jul 2017 01:40:51 -0400 (EDT)

branch: master
commit 6dc5d45c542a6f9cfbcf3e37d597c9e0efb3070d
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 46ed4a1..9229297 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]