repo.or.cz
/
megaglest-data.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tech worker:remove "build advanced" from menu
[megaglest-data.git]
/
.gitignore
blob
9d6e0435416e15fec6abf50e4310baa2f9ccbe0f
1
## Linux
2
.*
3
*~
4
# Gimp
5
*.xcf
6
# Vim
7
Session.vim
8
# KDevelop
9
*.kdev4
10
# Meld
11
*.orig
12
# Emacs
13
\#*\#
14
15
## macOS
16
*.DS_Store
17
Icon
18
19
## Windows
20
*.old
21
# Windows image file caches
22
[tT]humbs.db
23
ehthumbs*.db
24
# Folder config file
25
Desktop.ini
26
# Recycle Bin used on file shares
27
$RECYCLE.BIN/
28
# Dump file
29
*.stackdump
30
# Visual studio
31
*.suo
32
*.ncb
33
34
## Temp files
35
*.tmp
36
*.swp
37
*.bak
38
*.backup
39
*.save
40
*.autosav
41
*.autosave
42
43
## Packages
44
# it's better to unpack these files and commit the raw source git has its own built in compression methods
45
*.7z
46
*.deb
47
*.rpm
48
*.dmg
49
*.gz
50
*.tgz
51
*.iso
52
*.jar
53
*.rar
54
*.tar
55
*.zip
56
*.bz2
57
*.tbz2
58
*.tar.xz
59
*.txz
60
61
## Logs and databases
62
*.log
63
*.sql
64
*.sqlite
65
66
## Git
67
!.git
68
!.gitignore
69
!.gitattributes
70
!.gitmodules
71
72
## Repo
73
!.tx/
74
*.blend
75
*.blend1
76
/[bB]uild*/
77
/[rR]elease*/
78
/[dD]ebug*/
79
/dbg*/
80
81
82
# Windows_build
83
*.dll
84
*.exe
85
*.msi
86
*.pdb
87
*.exp
88
*.lib
89
*.map
90
*.dmp
91
*.dat
92
*.ipdb
93
*.iobj
94
/lua/
95
#