diff options
author | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-22 23:42:17 +0000 |
---|---|---|
committer | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-22 23:42:17 +0000 |
commit | d3f9de5351ef411b3c175c7cd3a2c3ba5f1d0502 (patch) | |
tree | 87ec91232dce437539c545fc54077733f0ba9b43 | |
parent | Scattering of fixes to remove hacks around paths and fix running the build fr... (diff) | |
download | project2-d3f9de5351ef411b3c175c7cd3a2c3ba5f1d0502.tar.bz2 project2-d3f9de5351ef411b3c175c7cd3a2c3ba5f1d0502.tar.xz project2-d3f9de5351ef411b3c175c7cd3a2c3ba5f1d0502.zip |
Add .gitignore files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..540b466 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +*.pyc |