Updated to add Python and Cython cruft.

这个提交包含在:
Craig Warren
2016-02-09 19:09:31 +00:00
父节点 b02bdaff0f
当前提交 f6bfebce8a

13
.gitignore vendored
查看文件

@@ -1 +1,14 @@
# Python
*.pyc
*.pyo
# Cython
*.c
*.so
*.pyd
# Mac OS X
.DS_Store
# Build directory
build/