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