summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5e2dfbe7df74aacc9144caceaa1c11c7471f5ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Mac OS
.DS_Store

# TextMate
*.tmproj
tmtags

# Vim
*.swp

# Atom
cmd/mop/debug

# Other
~*
*~
*.*~

# Builds and logs.
bin/mop*
logs/*
/mop

.idea