forked from kakaroto/ps3xport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
169 lines (130 loc) · 1.83 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Linux stuff
# Emacs history files
*~
# Linux package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
# KDE directory preferences
.directory
# Linux trash folder
.Trash-*
# Windows stuff
# Windows image thumbnail cache
[Tt]humbs.db
ehthumbs.db
# Windows folder config file
[Dd]esktop.ini
# Recycle bin used on file shares
$R[Ee][Cc][Yy][Cc][Ll][Ee].B[Ii][Nn]/
R[Ee][Cc][Yy][Cc][Ll][Ee][Rr]/
# Windows installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts and recent items links
*.lnk
# System restore data/restore points, Windows backup, volume shadow copy, content indexer, CHKDSK logs
System Volume Information/
# System Recovery boot image
[Rr][Ee][Cc][Oo][Vv][Ee][Rr][Yy]/
# Virtual Memory file
[Pp]agefile.sys
# Hibernation data
[Hh]iberfil.sys
# System boot files
boot/
# Cached MSI install files
[Cc][Oo][Nn][Ff][Ii][Gg].[Mm][Ss][Ii]
MSOCache/
# System performance logs
[Pp]erf[Ll]ogs/
# Mac stuff
._*
__MACOSX/
.DS_Store
.AppleDouble
.LSOverride
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
.apdisk
Network Trash Folder
Temporary Items
# SVN
.svn/
# Mercurial/HG
.hg/
*/.hg/
*/.hgignore
.hgignore
.hgsigs
.hgsub
.hgsubstate
.hgtags
# CVS
/CVS/*
*/CVS/*
**/CVS/*
.cvsignore
*/.cvsignore
# TortoiseGit config file
/.tgitconfig
# Temporary and backup files
*.tmp
*.bak
# Microsoft Office temporary files
~$*.doc*
~$*.xls*
*.xlk
~$*.ppt*
# LibreOffice locks
.~lock.*#
# Compressed and packed data
*.7z
*.rar
*.zip
*.tar
*.gz
*.bzip
*.bz2
*.xz
*.lzma
*.iso
*.img
*.ccd
*.nrg
# Compiled binaries
*.jar
*.exe
*.com
*.cmd
# PS3xport-specific stuff
*.o
tst_sc_encrypt
ps3xport
.deps/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.cache
config.cache-env
config.h
config.log
config.status
configure
depcomp
install-sh
ltmain.sh
missing
stamp-h1