diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-26 12:28:00 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-26 12:28:00 +0200 |
commit | 801530f7ca3818cd2cd9d31324841c91427b5bd4 (patch) | |
tree | ac3ec60a8c907ba6ff0a0ac1ed83a5b33df963f8 /.gitignore | |
parent | 411736a13250586c03ca75a268a458a52ee731ae (diff) | |
download | tor-801530f7ca3818cd2cd9d31324841c91427b5bd4.tar.gz tor-801530f7ca3818cd2cd9d31324841c91427b5bd4.zip |
Add calltool cache files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d33b79736d..3163c12765 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ .dirstamp *.trs *.log +# Calltool stuff +.*.graph # Stuff made by our makefiles *.bak # Python droppings |