Add gitignore

Ignores python bytecode files and the build directory created by distutils.
This commit is contained in:
Louis Taylor 2013-08-19 08:50:40 +01:00
parent 16537467f1
commit 6627b06b1d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
build