# Gitignore for MMV project. # Whitelist mode # Ignore all but directories * !*/ build.linux/ build.win32/ # ALLOW ============================ !.gitattributes !.gitignore !.gitmodules # 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 # Other game assets (3rd party) !*.bdf !*.png !*.ogg !*.txt !*.tga