aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorjonas <schmid@stettbacher.ch>2020-10-12 08:58:53 +0200
committerjonas <schmid@stettbacher.ch>2020-10-12 08:58:53 +0200
commita5e7e6f616fe301210fea33ec7ff88b7eca60bdb (patch)
tree7d4cb3671e470fb8c2a178d517963e822ee8c581 /.gitignore
parentAdd FreeBSD License (2-clause license) with disclaimer. (diff)
downloado3000-python-binding-a5e7e6f616fe301210fea33ec7ff88b7eca60bdb.tar.gz
o3000-python-binding-a5e7e6f616fe301210fea33ec7ff88b7eca60bdb.zip
Simple python application that uses the O-3000 driver and Color Image
Pipeline using a Python C-Extension.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..be1a124
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# python c-extension build directory
+build