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