Add a .gitignore file
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 18 Sep 2014 23:31:35 +0000 (23:31 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 18 Sep 2014 23:31:35 +0000 (23:31 +0000)
Use .gitignore to track ephemeral files created during testing.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..37a6926
--- /dev/null
@@ -0,0 +1,4 @@
+data/
+lib/mudpy/__pycache__/
+test_config.yaml
+var/