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 | 799955ddca9884da2fde73578cf1a577ce5b01a6 (patch) | |
tree | 87ec91232dce437539c545fc54077733f0ba9b43 /.gitignore | |
parent | Scattering of fixes to remove hacks around paths and fix running the build fr... (diff) | |
download | project2-799955ddca9884da2fde73578cf1a577ce5b01a6.tar.bz2 project2-799955ddca9884da2fde73578cf1a577ce5b01a6.tar.xz project2-799955ddca9884da2fde73578cf1a577ce5b01a6.zip |
Add .gitignore files
Diffstat (limited to '.gitignore')
-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 |