X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=.gitignore;h=3431ab8d8ef7356d31f42ade36b14d192c07db6e;hp=42c290c13e0b582c2d1f6af1cd3667b5b1829ce5;hb=HEAD;hpb=eec292f92e3cf81457191e3b9b352677a0adca93 diff --git a/.gitignore b/.gitignore index 42c290c..9b172f3 100755 --- a/.gitignore +++ b/.gitignore @@ -1,50 +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 -!*.map - -# Other game assets (3rd party) -!*.bdf -!*.png -!*.ogg -!*.txt -!*.tga +*.o +*.so +*.dll +*.swp +*.gc +*.gh + +bin/