improved build
[carveJwlIkooP6JGAAIwe30JlM.git] / .gitignore
1 # Gitignore for MMV project.
2 # Whitelist mode
3
4 # Ignore all but directories
5 *
6 !*/
7
8 bin/
9 restricted/
10 dist/
11
12 # ALLOW ============================
13 !.gitattributes
14 !.gitignore
15 !.gitmodules
16
17 # Code sources _____________________
18 # C source files
19 !*.c
20 !*.h
21
22 # Blender projects
23 !*.blend
24
25 # GLSL shader source files
26 !*.fs
27 !*.vs
28 !*.gls
29 !*.glsl
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 !*.mdl
47
48 # Other game assets (3rd party)
49 !*.bdf
50 !*.png
51 !*.ogg
52 !*.txt
53 !*.tga