aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-29 17:14:03 +0100
committerJokler <jokler.contact@gmail.com>2017-10-29 17:14:03 +0100
commit87653a4150a73f1ff8f7c7c85ee7b1d462b0607a (patch)
tree118b6ccb34752c60324bb3df3d8c376b93d0059e /.gitignore
parentfa558e306d33750b391759affb9628b31693e572 (diff)
downloadfrippy-87653a4150a73f1ff8f7c7c85ee7b1d462b0607a.tar.gz
frippy-87653a4150a73f1ff8f7c7c85ee7b1d462b0607a.zip
Update .gitignore for plugin_derive
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f2e972d..fdcd3a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,10 @@
# Generated by Cargo
# will have compiled files and executables
/target/
+/plugin_derive/target/
+
+# The top level Cargo.lock should handle everything
+/plugin_derive/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk