aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/.gitignore
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-12-14 01:59:26 +0100
committerDaniel Müller <d-e-s-o@users.noreply.github.com>2018-12-13 17:54:29 -0800
commit4127a18330a3622bc5821f2e8476ef955a4626fa (patch)
treef103cd2470564cd72726fc741e00d38317f44cd1 /nitrocli/.gitignore
parente875de8f2bac3e615154c741fea9837ac672d98a (diff)
downloadnitrocli-4127a18330a3622bc5821f2e8476ef955a4626fa.tar.gz
nitrocli-4127a18330a3622bc5821f2e8476ef955a4626fa.tar.bz2
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.
Diffstat (limited to 'nitrocli/.gitignore')
-rw-r--r--nitrocli/.gitignore2
1 files changed, 2 insertions, 0 deletions
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