language correction 'flyingvalkyrie' > 'flying_valkyrie'
[megaglest-data.git] / .gitignore
blob54e77247ecd9ddb590270142a86bae1fc52c209d
1 ## Linux
2 .*
3 *~
4 # Gimp
5 *.xcf
6 # Vim
7 *.un~
8 Session.vim
9 .netrwhist
10 # KDevelop
11 *.kdev4
12 # Meld
13 *.orig
15 ## OSX
16 .DS_Store
17 .DS_Store?
18 .AppleDouble
19 .LSOverride
20 Icon
21 # Thumbnails
22 ._*
23 # Files that might appear on external disk
24 .Spotlight-V100
25 .Trashes
27 ## Windows
28 *.old
29 # Windows image file caches
30 Thumbs.db
31 thumbs.db
32 ehthumbs.db
33 # Folder config file
34 Desktop.ini
35 # Recycle Bin used on file shares
36 $RECYCLE.BIN/
37 # Visual studio
38 *.suo
39 *.ncb
41 ## Packages
42 # it's better to unpack these files and commit the raw source git has its own built in compression methods
43 *.7z
44 *.dmg
45 *.gz
46 *.iso
47 *.jar
48 *.rar
49 *.tar
50 *.tar.xz
51 *.zip
52 *.bz2
54 ## Logs and databases
55 *.log
56 *.sql
57 *.sqlite
59 ## Git
60 !.git
61 !.gitignore
62 !.gitattributes
63 !.gitmodules
65 ## Repo
66 !.tx/
67 *.blend
68 *.blend1
69 /build/
71 # Windows_build
72 *.dll
73 *.exe
74 *.pdb
75 *.exp
76 *.lib
77 *.map
78 *.dmp
79 *.dat
80 *.ipdb
81 *.iobj
82 /lua/