From 4127a18330a3622bc5821f2e8476ef955a4626fa Mon Sep 17 00:00:00 2001
From: Robin Krahl <me@robin-krahl.de>
Date: Fri, 14 Dec 2018 01:59:26 +0100
Subject: Add a .gitignore file

This patch adds a .gitignore file that ignores the target directory that
is created by cargo during compilation and swap files created by vim.
---
 nitrocli/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 nitrocli/.gitignore

diff --git a/nitrocli/.gitignore b/nitrocli/.gitignore
new file mode 100644
index 0000000..c6262ea
--- /dev/null
+++ b/nitrocli/.gitignore
@@ -0,0 +1,2 @@
+target
+*.swp
-- 
cgit v1.2.3