-# Gitignore for MMV project.
-# Whitelist mode
-
-# Ignore all but directories
-*
-!*/
-
-build.linux/
-build.win32/
-restricted/
-.temp_textures/
-
-# ALLOW ============================
-!.gitattributes
-!.gitignore
-!.gitmodules
-# Dependencies _____________________
-#!*.so
-!*.a
-!*.dll
+*.o
+*.so
+*.dll
-# Code sources _____________________
-# C source files
-!*.c
-!*.h
+bin/
-# Blender projects
-!*.blend
-# GLSL shader source files
-!*.fs
-!*.vs
-!*.gls
-
-# Python source files
-!*.py
-
-# Build scripts
-!*.sh
-!*.bat
-
-# Compiled resources _______________
-# MMV proprietary files
-!*.vmd
-!*.vma
-!*.cfg
-!*.vmv
-!*.map
+# Gitignore for MMV project.
+# Whitelist mode
-# Other game assets (3rd party)
-!*.bdf
-!*.png
-!*.ogg
-!*.txt
-!*.tga
+# Ignore all but directories
+#*
+#!*/
+#
+#build.linux/
+#build.win32/
+#restricted/
+#.temp_textures/
+#
+## ALLOW ============================
+#!.gitattributes
+#!.gitignore
+#!.gitmodules
+#
+## Dependencies _____________________
+##!*.so
+#!*.a
+#!*.dll
+#
+## Code sources _____________________
+## C source files
+#!*.c
+#!*.h
+#
+## Blender projects
+#!*.blend
+#
+## GLSL shader source files
+#!*.fs
+#!*.vs
+#!*.gls
+#
+## Python source files
+#!*.py
+#
+## Build scripts
+#!*.sh
+#!*.bat
+#
+## Compiled resources _______________
+## MMV proprietary files
+#!*.vmd
+#!*.vma
+#!*.cfg
+#!*.vmv
+#!*.map
+#
+## Other game assets (3rd party)
+#!*.bdf
+#!*.png
+#!*.ogg
+#!*.txt
+#!*.tga
--- /dev/null
+[
+ {
+ "arguments": [
+ "/usr/bin/gcc",
+ "-c",
+ "-D_REENTRANT",
+ "-std=c99",
+ "-O1",
+ "-fsanitize=address",
+ "-ggdb3",
+ "-fno-omit-frame-pointer",
+ "-Wall",
+ "-Wstrict-aliasing=3",
+ "-Wno-unused-function",
+ "-Wno-unused-variable",
+ "-Wno-unused-but-set-variable",
+ "-I.",
+ "-I/home/harry/Documents/vg/dep",
+ "-I/home/harry/Documents/vg/src",
+ "/home/harry/Documents/vg/dep/dr_soft/miniaudio_linux.o",
+ "-pthread",
+ "-Wl,-rpath=./",
+ "-o",
+ "build.linux/game",
+ "main.c"
+ ],
+ "directory": "/home/harry/Documents/carve",
+ "file": "/home/harry/Documents/carve/main.c",
+ "output": "/home/harry/Documents/carve/build.linux/game"
+ },
+ {
+ "arguments": [
+ "/usr/bin/gcc",
+ "-c",
+ "-D_REENTRANT",
+ "-std=c99",
+ "-O1",
+ "-fsanitize=address",
+ "-ggdb3",
+ "-fno-omit-frame-pointer",
+ "-Wall",
+ "-Wstrict-aliasing=3",
+ "-Wno-unused-function",
+ "-Wno-unused-variable",
+ "-Wno-unused-but-set-variable",
+ "-I.",
+ "-I/home/harry/Documents/vg/dep",
+ "-I/home/harry/Documents/vg/src",
+ "/home/harry/Documents/vg/dep/dr_soft/miniaudio_linux.o",
+ "-pthread",
+ "-Wl,-rpath=./",
+ "-o",
+ "build.linux/game",
+ "/home/harry/Documents/vg/dep/glad/glad.c"
+ ],
+ "directory": "/home/harry/Documents/carve",
+ "file": "/home/harry/Documents/vg/dep/glad/glad.c",
+ "output": "/home/harry/Documents/carve/build.linux/game"
+ }
+]