diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-01 08:25:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-01 08:25:05 +0000 |
commit | 60d057b03e31e922f7085639a516b0d334865d5d (patch) | |
tree | 32ed05e1757e912d9b0d4a129be65d41646723d0 | |
parent | ae8c68832ee8063b9dac1da959f1d9e4da1062c0 (diff) | |
download | tor-60d057b03e31e922f7085639a516b0d334865d5d.tar tor-60d057b03e31e922f7085639a516b0d334865d5d.tar.gz |
Add several files to cvsignores
svn:r3963
-rw-r--r-- | .cvsignore | 2 | ||||
-rw-r--r-- | contrib/.cvsignore | 2 | ||||
-rw-r--r-- | doc/design-paper/.cvsignore | 5 |
3 files changed, 9 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index d0cd6d10c..6d566da3a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -20,3 +20,5 @@ depcomp install-sh missing mkinstalldirs +Tor*Bundle.dmg +tor-*-win32.exe diff --git a/contrib/.cvsignore b/contrib/.cvsignore index 71313f7a0..1593d8bc8 100644 --- a/contrib/.cvsignore +++ b/contrib/.cvsignore @@ -3,3 +3,5 @@ Makefile.in tor.sh torctl torify +*.pyc +*.pyo diff --git a/doc/design-paper/.cvsignore b/doc/design-paper/.cvsignore index 282522db0..8c9d84a38 100644 --- a/doc/design-paper/.cvsignore +++ b/doc/design-paper/.cvsignore @@ -1,2 +1,7 @@ Makefile Makefile.in +*.aux +*.bbl +*.blg +*.dvi +*.log |