vg2 port: build script and resource loading
[fishladder.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 restricted/
11 .temp_textures/
12
13 # ALLOW ============================
14 !.gitattributes
15 !.gitignore
16 !.gitmodules
17
18 # Code sources _____________________
19 # C source files
20 !*.c
21 !*.h
22
23 # Blender projects
24 !*.blend
25
26 # GLSL shader source files
27 !*.fs
28 !*.vs
29 !*.gls
30
31 # Python source files
32 !*.py
33
34 # Build scripts
35 !*.sh
36 !*.bat
37 !*.conf
38
39 # Compiled resources _______________
40 # MMV proprietary files
41 !*.vmd
42 !*.vma
43 !*.cfg
44 !*.vmv
45 !*.map
46
47 # Other game assets (3rd party)
48 !*.bdf
49 !*.png
50 !*.ogg
51 !*.txt
52 !*.tga