map files
[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
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
30 # Python source files
31 !*.py
32
33 # Build scripts
34 !*.sh
35 !*.bat
36
37 # Compiled resources _______________
38 # MMV proprietary files
39 !*.vmd
40 !*.vma
41 !*.cfg
42 !*.vmv
43 !*.map
44
45 # Other game assets (3rd party)
46 !*.bdf
47 !*.png
48 !*.ogg
49 !*.txt
50 !*.tga