X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=.gitignore;h=d14eaf677ba4e94434fd07045504224012573a98;hb=343d594b37f42a94f220a5089c9db36da9da3ab4;hp=de30e43bf9ee500bc85e4c50d51664c96738f05b;hpb=6c3d05ff1b6004786b33fe4276892c27d5ecd6af;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/.gitignore b/.gitignore index de30e43..d14eaf6 100755 --- a/.gitignore +++ b/.gitignore @@ -1,54 +1,14 @@ -# Gitignore for MMV project. -# Whitelist mode +*.o +*.so +*.dll +*.log +*.old -# Ignore all but directories -* -!*/ +# soft links +steamworks_sdk +vg bin/ -restricted/ dist/ -# ALLOW ============================ -!.gitattributes -!.gitignore -!.gitmodules - -# Code sources _____________________ -# C source files -!*.c -!*.h - -# Blender projects -!*.blend - -# GLSL shader source files -!*.fs -!*.vs -!*.gls -!*.glsl - -# Python source files -!*.py - -# Build scripts -!*.sh -!*.bat -!*.conf - -# Compiled resources _______________ -# MMV proprietary files -!*.vmd -!*.vma -!*.cfg -!*.vmv -!*.map -!*.mdl - -# Other game assets (3rd party) -!*.bdf -!*.png -!*.ogg -!*.txt -!*.tga -!*.vdf +compile_commands.json