simplify gitignore
[vg.git] / .gitignore
1
2 *.o
3 *.so
4 *.dll
5
6 bin/
7
8
9 # Gitignore for MMV project.
10 # Whitelist mode
11
12 # Ignore all but directories
13 #*
14 #!*/
15 #
16 #build.linux/
17 #build.win32/
18 #restricted/
19 #.temp_textures/
20 #
21 ## ALLOW ============================
22 #!.gitattributes
23 #!.gitignore
24 #!.gitmodules
25 #
26 ## Dependencies _____________________
27 ##!*.so
28 #!*.a
29 #!*.dll
30 #
31 ## Code sources _____________________
32 ## C source files
33 #!*.c
34 #!*.h
35 #
36 ## Blender projects
37 #!*.blend
38 #
39 ## GLSL shader source files
40 #!*.fs
41 #!*.vs
42 #!*.gls
43 #
44 ## Python source files
45 #!*.py
46 #
47 ## Build scripts
48 #!*.sh
49 #!*.bat
50 #
51 ## Compiled resources _______________
52 ## MMV proprietary files
53 #!*.vmd
54 #!*.vma
55 #!*.cfg
56 #!*.vmv
57 #!*.map
58 #
59 ## Other game assets (3rd party)
60 #!*.bdf
61 #!*.png
62 #!*.ogg
63 #!*.txt
64 #!*.tga