diff options
author | Vincent Richard <[email protected]> | 2012-10-25 11:04:07 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-10-25 11:04:07 +0000 |
commit | 28841c2aee39f2696b8f3c85c6076d5e4820366e (patch) | |
tree | 52738d5d3cdc604183e982c6d1d6317347fd27eb /.gitignore | |
parent | Added support for timeout when receiving data from a socket (POSIX platform). (diff) | |
download | vmime-28841c2aee39f2696b8f3c85c6076d5e4820366e.tar.gz vmime-28841c2aee39f2696b8f3c85c6076d5e4820366e.zip |
Added ignore files (Mac and build files).
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,8 @@ *.o *.swp build/ +*.a +*.dSYM /libvmime.a /vmime.pc @@ -9,3 +11,7 @@ build/ # SConstruct .sconsign.dblite /options.cache + +# Mac +._DS_Store + |