X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=.gitignore;h=2019de12eceb3e4d8d6f79c4e858083652ba6de8;hp=755fe2131fb18906ce2c9058d1f29c6731cdde62;hb=HEAD;hpb=5a41292ebfe15d3cd65d358c4e268aff8c1b557b diff --git a/.gitignore b/.gitignore index 755fe21..9b172f3 100755 --- a/.gitignore +++ b/.gitignore @@ -1,49 +1,8 @@ -# Gitignore for MMV project. -# Whitelist mode - -# Ignore all but directories -* -!*/ - -build.linux/ -build.win32/ -restricted/ - -# 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 +*.o +*.so +*.dll +*.swp +*.gc +*.gh + +bin/