diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 21:56:30 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 21:56:30 +0200 |
commit | d4a38f3e3d395d03e6ccbf6b8f4317c9848addf8 (patch) | |
tree | eb360e4d2076c13a2ac0fc364656203184117f20 /.gitignore | |
parent | 7b427cc9fd3d159421ac5a47d0b2df7a3f8f918d (diff) |
Added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1dedd3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +output/* +*.pyc +*.swp +*.pid |