diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-07-10 15:45:58 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-07-10 15:45:58 -0400 |
commit | cccf7cc7443c00c84fb59a4e840ebca45a0c1e01 (patch) | |
tree | 923155dd537c43d323be9391239dcc7109161ff7 /.gitignore | |
download | exmachina-cccf7cc7443c00c84fb59a4e840ebca45a0c1e01.tar.gz exmachina-cccf7cc7443c00c84fb59a4e840ebca45a0c1e01.zip |
initialize repo, add gitignore
Diffstat (limited to '.gitignore')
-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 |