Make dist checking directory-agnostic
[mudpy.git] / .gitignore
index 37a6926..bbf5674 100644 (file)
@@ -1,4 +1,17 @@
+# Copyright (c) 2014-2017 mudpy authors. 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/