summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-22 14:10:40 +0100
committerGitHub <noreply@github.com>2022-01-22 14:10:40 +0100
commit53ff1330c9ad8afb66b998d460833dbb7b2481b8 (patch)
tree9e27f3430e369b4c478389961ab4ccffa0d20b63 /.gitignore
downloadengarde-importer-53ff1330c9ad8afb66b998d460833dbb7b2481b8.tar.gz
engarde-importer-53ff1330c9ad8afb66b998d460833dbb7b2481b8.tar.bz2
engarde-importer-53ff1330c9ad8afb66b998d460833dbb7b2481b8.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..66fd13c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, built with `go test -c`
+*.test
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+# Dependency directories (remove the comment below to include it)
+# vendor/