projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b6a261
)
Add a .gitignore file
author
Jeremy Stanley
<fungi@yuggoth.org>
Thu, 18 Sep 2014 23:31:35 +0000
(23:31 +0000)
committer
Jeremy 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]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
37a6926
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,4
@@
+data/
+lib/mudpy/__pycache__/
+test_config.yaml
+var/