aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-07-09 15:39:40 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-07-09 15:39:40 +0900
commit491cc16d53c897908244606bc0d77a6ace8c22a1 (patch)
treea26dc0f5386ad3b21e3d6e24961b26548b8235da /.gitignore
cli: parse and resolve flags
Copy all flags from upstream. The machinectl flag is dropped as it does nothing. the flag package is used to reduce complexity since we do not care about compatibility with upstream. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ae08513c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+/ego
+
+# 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/
+
+# Go workspace file
+go.work
+go.work.sum
+
+# env file
+.env
+.idea
+.vscode \ No newline at end of file