-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·39 lines (34 loc) · 1.38 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# please document any fields added (in other words, do not have any unexplained!)
# dont mind empty lines, they are just there to help you
#.unwanted used by a variety of apps to signify contents that are unwanted (downloaders such as transmission, default downloader for older ubuntus)
#*.tmp used on many operating systems and software for temp files
#*.swp used by vim/gvim during edit (also contains the tempfile and recovery info)
#*~ used by nano, pine, pico (nano's predecessor), emacs, and others for temporary file and recovery backup
#*.save nano's backup copy, also used by other apps for a simmilar purpose
#CACHE.ITS impulse tracker cache file (samps)
#CACHE.ITI impulse tracker cache file (insts)
#thumbs.db
#.thumbnails (previous entry too) used by many window managers and operating systems to store thumbnail info
#*.mood used by players and indexers to store mood data
.unwanted
*.swp
*~
*.save
CACHE.ITS
CACHE.ITI
thumbs.db
.thumbnails
*.mood
_z
# also not publishing...
# xmp -- gimp thumbnails for editor
# tgc -- texturemaker color gradient preset(s)
# virtual -- virtualeditor (alpha) project file(s)
# filemap -- virtualeditor (alpha) file map(s)
# usermap -- virtualeditor (alph...ah forget it, well you get the idea!
*.xmp
*.tgc
*.virtual
*.filemap
*.usermap
clonetmp