X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=.gitignore;h=3431ab8d8ef7356d31f42ade36b14d192c07db6e;hp=4f96ea520e4604137685e5a47e89716c970afc3d;hb=HEAD;hpb=d06ca79f96671d0ea3ffb44d174d9c8a54b50ad3 diff --git a/.gitignore b/.gitignore index 4f96ea5..9b172f3 100755 --- a/.gitignore +++ b/.gitignore @@ -1,48 +1,8 @@ -# 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 +*.o +*.so +*.dll +*.swp +*.gc +*.gh + +bin/