diff options
author | bryan newbold <bnewbold@robocracy.org> | 2013-05-09 17:25:01 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2013-05-09 17:25:01 -0400 |
commit | f6072b55e6bf628101ee0f7748e523b16b9641c0 (patch) | |
tree | 923155dd537c43d323be9391239dcc7109161ff7 | |
download | partmom-f6072b55e6bf628101ee0f7748e523b16b9641c0.tar.gz partmom-f6072b55e6bf628101ee0f7748e523b16b9641c0.zip |
initialize repo
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f466019 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old |