diff options
author | Vincent Richard <[email protected]> | 2012-04-05 09:55:07 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-04-05 09:55:07 +0000 |
commit | 97a88a496b02dcd54359192aaa6c5263cf8ca75f (patch) | |
tree | 19d6726d66087f09e5b0c753631fc270d3aa3b98 /.gitignore | |
parent | Added function to retrieve sequence numbers of messages whose UID is greater ... (diff) | |
download | vmime-97a88a496b02dcd54359192aaa6c5263cf8ca75f.tar.gz vmime-97a88a496b02dcd54359192aaa6c5263cf8ca75f.zip |
Added .gitignore.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..44e03a8b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.o +*.swp +build/ + +/libvmime.a +/vmime.pc +/vmime/config.hpp + +# SConstruct +.sconsign.dblite +/options.cache |