diff options
author | Brian Harring <ferringb@gmail.com> | 2010-12-26 19:14:55 -0800 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2010-12-26 19:14:55 -0800 |
commit | 81a27451e7295fce4f15356777c68ffe41eddcf8 (patch) | |
tree | 60bd80bb043e68befb935ec9e039186d35c050da /.gitignore | |
parent | optimization for py2k; bypass the encoding/text/bytes crap, and skip conversi... (diff) | |
download | snakeoil-81a27451e7295fce4f15356777c68ffe41eddcf8.tar.gz snakeoil-81a27451e7295fce4f15356777c68ffe41eddcf8.tar.bz2 snakeoil-81a27451e7295fce4f15356777c68ffe41eddcf8.zip |
add gitignore/attributes for this project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..86ff93b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build +*.pyo +*.pyc +snakeoil/*.so +snakeoil/osutils/*.so |