X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=.gitignore;h=5955d4ec74199147e17f2e1e4d99dbacd3510d7e;hb=72f789aa46c913ec2ffa10907b2124f8d09670e5;hp=b02fe5865c27e7ba4cb0828312c707be1d2707db;hpb=d8b8c566831e15ef061a66409e1219f44a82097a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/.gitignore b/.gitignore index b02fe58..5955d4e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,54 +1,33 @@ -# Gitignore for MMV project. -# Whitelist mode - -# Ignore all but directories -* -!*/ - -build.linux/ -build.win32/ -restricted/ -.temp_textures/ - -# 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 +*.o +*.so +*.dll +*.log +*.old +*.bin +*.swp +*.c0 + +# soft links +steamworks_sdk +vg + +bin/ +dist/ +models_src/boards/workshop + +# auto generated code +shaders/*.h +shaders/impl.c +skaterift_blender/_combined.py + +compile_commands.json +skaterift_blender/__pycache__/ + +sound_src/rtj3_01_down.ogg +sound_src/song.ogg +sound_src/rtj3_02_talktome.ogg +sound_src/rtj3_02_talktome.ogg.reapeaks +sound_src/song1.ogg +sound_src/memes.ogg +sound_src/memes.ogg.reapeaks +sound_src/delta.ogg