diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-12 18:53:18 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-12 18:53:18 -0400 |
commit | d4b2cce60345662512238f5e26bd4eff2d83ba4c (patch) | |
tree | e1f33d6acfe2fcebee066b0af58d229e5c0ee308 /python/.gitignore | |
parent | 5cf074d3372f1e189fe410a075013adefabb1aa5 (diff) |
generate python/include/olm/olm.h automatically
Diffstat (limited to 'python/.gitignore')
-rw-r--r-- | python/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index 3393fec..1ff9f49 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -9,3 +9,4 @@ __pycache__ *.pyc .hypothesis/ .tox/ +include/ |