aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-04-21 14:35:44 -0700
committerrtk0c <[email protected]>2025-04-21 14:35:44 -0700
commit75585f4fb6f312195a47b16224d45e671858dac7 (patch)
tree3076d8560c74fc3df2178393e796f01459ed731e /.gitignore
parent61db693beadde269b74656d5bed8472c3114b6d3 (diff)
Initial xmake C++ project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ffe45c1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+/.local
+
+/.xmake
+/.vs
+/vs*
+/build
+
+# MacOS
+.DS_Store