-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore_global
94 lines (94 loc) · 906 Bytes
/
.gitignore_global
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
*$py.class
*.7z
*.aux
*.bz2
*.chi
*.chs.h
*.dat
*.dyn_hi
*.dyn_o
*.egg
*.elf
*.gz
*.hi
*.hp
*.key
*.ko
*.lock
*.log
*.o
*.obj
*.out
*.pak
*.pid
*.prof
*.py[cod]
*.seed
*.so
*.so.*
*.swp
*.tar
*.tmp
*~
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
._*
._.DS_Store
.apdisk
.bower-cache
.bower-registry
.bower-tmp
.cabal-sandbox/
.completer.hist
.config/ranger/bookmarks
.config/ranger/history
.fseventsd
.grunt
.hpc
.hsenv
.idea
.lock-wscript
.netrwhist
.psci*
.pulp-cache
.sass-cache
.vimsession~
.virtualenv
.vscode
/.build/
Icon
Network Trash Folder
TAGS
Temporary Items
__pycache__/
_build/
_references.js
bin/x
bower_components
build/Release
bundle
bundle.js
cabal-dev
cabal.sandbox.config
coverage
dist
lib-cov
logs
node_modules
npm-debug.log*
output
pids
public/lib
src/.webpack.js
tags
x/
.nyc_output
core