added models
[carveJwlIkooP6JGAAIwe30JlM.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 !*.glsl
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 !*.mdl
48
49 # Other game assets (3rd party)
50 !*.bdf
51 !*.png
52 !*.ogg
53 !*.txt
54 !*.tga