fix
[vg.git] / .gitignore
1 # Gitignore for MMV project.
2 # Whitelist mode
3
4 # Ignore all but directories
5 *
6 !*/
7
8 build.linux/
9 build.win32/
10
11 # ALLOW ============================
12 !.gitattributes
13 !.gitignore
14 !.gitmodules
15
16 # Code sources _____________________
17 # C source files
18 !*.c
19 !*.h
20
21 # Blender projects
22 !*.blend
23
24 # GLSL shader source files
25 !*.fs
26 !*.vs
27 !*.gls
28
29 # Python source files
30 !*.py
31
32 # Build scripts
33 !*.sh
34 !*.bat
35
36 # Compiled resources _______________
37 # MMV proprietary files
38 !*.vmd
39 !*.vma
40 !*.cfg
41 !*.vmv
42
43 # Other game assets (3rd party)
44 !*.bdf
45 !*.png
46 !*.ogg
47 !*.txt
48 !*.tga