diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2017-12-29 09:27:49 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2018-01-01 08:37:13 +0100 |
commit | b5e3853e9dc4f755072e3e8d20c7c84d30104ad1 (patch) | |
tree | 97754576c6e049d32c1bf78f7a5a8e783348b0b2 /.gitignore | |
parent | 763942d8c7243db84afd59ba13f2e396ceb93b07 (diff) |
pyolian: make the library and the generator importable from another folder
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 76dd79784d..195dfdc64c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -41,6 +41,8 @@ tags | |||
41 | *.eot.cs | 41 | *.eot.cs |
42 | *.eo.lua | 42 | *.eo.lua |
43 | *.luac | 43 | *.luac |
44 | *.pyc | ||
45 | __pycache__ | ||
44 | .dir-locals.el | 46 | .dir-locals.el |
45 | /efl-*-doc.tar.bz2 | 47 | /efl-*-doc.tar.bz2 |
46 | /ar-lib | 48 | /ar-lib |