cross compile build script
[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 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
38 # Compiled resources _______________
39 # MMV proprietary files
40 !*.vmd
41 !*.vma
42 !*.cfg
43 !*.vmv
44 !*.map
45
46 # Other game assets (3rd party)
47 !*.bdf
48 !*.png
49 !*.ogg
50 !*.txt
51 !*.tga