diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-05 21:41:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-05 21:41:40 -0400 |
commit | 574344b9ab1b533d69e0fdcced7dee12d1fcbe95 (patch) | |
tree | d11cf6508d66fe8a5319f1191983e59cfefa8acf | |
parent | 1ccba302f77315b459540cda2168c813e0d24371 (diff) | |
download | tor-574344b9ab1b533d69e0fdcced7dee12d1fcbe95.tar.gz tor-574344b9ab1b533d69e0fdcced7dee12d1fcbe95.zip |
add dSYM files to gitignore (they are an osx thing)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cfa8e7ef03..135df7b204 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ *.pyo # Cscope cscope.* +# OSX junk +*.dSYM # / /Makefile |