summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-07-23 18:16:24 -0700
committerWez Furlong <wez@wezfurlong.org>2019-07-29 08:55:06 -0700
commite45b6241650018b6d86265e163d6af8ddb9a5816 (patch)
tree6a69b9534bd8246d19c95a8b837862ecc9d68b9e /.gitignore
parent8dde97813e5321d8307f197c1a4bee3a2a4651cb (diff)
downloadssh2-rs-e45b6241650018b6d86265e163d6af8ddb9a5816.zip
adjust gitignore
* Ignore vim swap files * More tightly constrain cargo related ignores to top level
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a9d37c5..ea94f37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-target
-Cargo.lock
+.*.sw*
+/target/
+/Cargo.lock