X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=.gitignore;h=8334b062958e21c76100df2f90a36c2145a2cd34;hb=a41640a1b71582a65c1416ad0007ac55cf061d36;hp=37a692618f6955f3cb1f873f65bde4e85ce7efba;hpb=825fd8d09dc4c276a496d994b02293de2752f3e3;p=mudpy.git diff --git a/.gitignore b/.gitignore index 37a6926..8334b06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,17 @@ +# Copyright (c) 2014-2017 Jeremy Stanley . Permission +# to use, copy, modify, and distribute this software is granted under +# terms provided in the LICENSE file distributed with this software. + +*.egg-info/ +*.egg/ +.eggs/ +.tox/ +AUTHORS +ChangeLog +build/ +capture_*.log data/ -lib/mudpy/__pycache__/ -test_config.yaml +dist/ +mudpy/__pycache__/ +mudpy/tests/__pycache__/ var/