aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-06 17:23:51 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-06 17:23:51 +0000
commitaeb0bb53beef949660f3ca1c40017ac206a525e0 (patch)
treee2a7cc69f22ce36f7338c89f1009067cdc0b3950 /.gitignore
parentDocumentation improvements (diff)
parentMerge branch 'travis_releases' (diff)
downloadpygensvm-aeb0bb53beef949660f3ca1c40017ac206a525e0.tar.gz
pygensvm-aeb0bb53beef949660f3ca1c40017ac206a525e0.zip
Merge branch 'master' into docs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4737505..3a6755f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.pyc
gensvm/cython_wrapper/*.so
+gensvm/cython_wrapper/*.c
README
build/*
cover/*