diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-04 23:53:35 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-04 23:53:35 +0200 |
commit | ec491e200ba82f6f6d0df2f10ae4a607efeb3657 (patch) | |
tree | fab7d7f7fd904510399cd71d6575128bb103def8 /.gitignore | |
parent | 4745b07e9924ad5dd48d23766833be0ba5749a99 (diff) | |
download | meson-ec491e200ba82f6f6d0df2f10ae4a607efeb3657.tar.gz |
A very simple module implementation to get things going.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 084bbf413..773d3fe0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /.project /.pydevproject -/__pycache__ +__pycache__ /install dir /work area |