forked from UWPCE-PythonCert/Py100-2017q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
94 lines (94 loc) · 899 Bytes
/
.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
syntax: glob
* - Copy
*-00[0-9]
*.*scc
*.FileListAbsolute.txt
*.[Cc]ache
*.[Pp]ublish.xml
*.aps
*.bak
*.bak.*
*.cache
*.clw
*.csproj.user
*.dll
*.eto
*.exe
*.fb6lck
*.fbl6
*.fbpInf
*.ilk
*.lib
*.log
*.ncb
*.nlb
*.obj
*.out
*.patch
*.pch
*.pdb
*.pidb
*.plg
*.pyc
*.rdl.data
*.resources
*.s3db
*.sbr
*.scc
*.sig
*.sqlsuo
*.sublime-project
*.sublime-workspace
*.suo
*.svclog
*.swp
*.tlb
*.tlh
*.tli
*.tlog
*.tmp
*.user
*.userprefs
*.usertasks
*.vshost.*
*.vspscc
*DXCore.Solution
*_i.c
*_p.c
*~
.DS_Store
.idea
.ipynb_checkpoints
.vagrant
/bin/*
/obj/*
Ankh.Load
App_Data/*
Backup*
CVS/
PrecompiledWeb/
RunNotes*
UpgradeLog*.*
[Bb]in
[Bb]in/
[Bb]uild[Ll]og.*
[Dd]ebug*/
[Dd]ebug/
[Oo]bj/
[Rr]elease*/
[Rr]elease/
[Tt]est[Rr]esult*
[Tt]humbs.db
_ReSharper*/
_ReSharper.*/
_UpgradeReport_Files
_[Rr]e[Ss]harper.*/
bin/
ignore[.-]*
lint.db
local.py
obj/
re: - Copy \([0-9]+\)
svnignore[.-]*
thumbs.db
tmp/