summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 666ce03..2af6452 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,19 @@
obj/
zc
result
+out.c
+a.out
+*.o
*.so
*.dll
+*.dylib
+*.a
+.vscode/
+.idea/
+*.swp
+*~
+.DS_Store
+compile_commands.json
+vgcore.*
+tests/**/*.o
+plugins/*.so