projects
/
mudpy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a generic tox env for sdist generation et al
[mudpy.git]
/
.gitignore
1
# Copyright (c) 2014-2017 Jeremy Stanley <fungi@yuggoth.org>. Permission
2
# to use, copy, modify, and distribute this software is granted under
3
# terms provided in the LICENSE file distributed with this software.
4
5
*.egg-info/
6
.eggs/
7
.tox/
8
AUTHORS
9
ChangeLog
10
build/
11
capture_*.log
12
data/
13
dist/
14
mudpy/__pycache__/
15
mudpy/tests/__pycache__/
16
var/