diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-24 10:17:09 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-24 10:18:12 +0700 |
commit | d7d0a26a5bdf91be78b0fa2ef39a0e7e713c1b52 (patch) | |
tree | bb9ec79968600536454e619a8489a03ebb945f64 /.gitignore | |
parent | More porting from Java TLS (diff) | |
download | BouncyCastle.NET-ed25519-d7d0a26a5bdf91be78b0fa2ef39a0e7e713c1b52.tar.xz |
Improve git ignore list
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 328e6c47f..b804bc4a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ -**/bin -**/dist -**/obj +*.psess +*.snk +*.suo +*.swp +*.user +*.vsp + +Backup/ +bin/ +dist/ +doc/ +obj/ |