[tor-commits] [tor/master] Add calltool cache files to gitignore
    nickm at torproject.org 
    nickm at torproject.org
       
    Sun Mar 26 10:28:09 UTC 2017
    
    
  
commit 801530f7ca3818cd2cd9d31324841c91427b5bd4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sun Mar 26 12:28:00 2017 +0200
    Add calltool cache files to gitignore
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index d33b797..3163c12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@
 .dirstamp
 *.trs
 *.log
+# Calltool stuff
+.*.graph
 # Stuff made by our makefiles
 *.bak
 # Python droppings
    
    
More information about the tor-commits
mailing list