summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore15
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index f3bc8e161..1933f1582 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,23 @@
.DS_Store/
+
+# Xmake cache
.xmake/
build/
-winenv/
-xmake-ppa/
+
+# for VS Code
.vscode/
+# for vim
+*.swp
+*.swo
+/tags
+
+# Ignore packaging files
+winenv/
*.exe
*.zip
-install.log
+# Makefile generation
/core/xmake.config.h
/core/.config.mak