[lego/master] Remove tmp files and update gitignore

commit 74f644d9a0b67773fc84585b3759190c5aa42a93 Author: hiro <hiro@torproject.org> Date: Tue Jun 25 15:14:20 2019 +0200 Remove tmp files and update gitignore --- .gitignore | 2 ++ packages/i18n/__pycache__/lektor_i18n.cpython-36.pyc | Bin 15452 -> 0 bytes packages/i18n/__pycache__/lektor_i18n.cpython-37.pyc | Bin 15373 -> 0 bytes packages/i18n/lektor_i18n.pyc | Bin 18828 -> 0 bytes 4 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5df1b9b..bc1704c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .sass-cache +__pycache__ +*.pyc diff --git a/packages/i18n/__pycache__/lektor_i18n.cpython-36.pyc b/packages/i18n/__pycache__/lektor_i18n.cpython-36.pyc deleted file mode 100644 index 6600b6c..0000000 Binary files a/packages/i18n/__pycache__/lektor_i18n.cpython-36.pyc and /dev/null differ diff --git a/packages/i18n/__pycache__/lektor_i18n.cpython-37.pyc b/packages/i18n/__pycache__/lektor_i18n.cpython-37.pyc deleted file mode 100644 index a7d62b1..0000000 Binary files a/packages/i18n/__pycache__/lektor_i18n.cpython-37.pyc and /dev/null differ diff --git a/packages/i18n/lektor_i18n.pyc b/packages/i18n/lektor_i18n.pyc deleted file mode 100644 index d26c84e..0000000 Binary files a/packages/i18n/lektor_i18n.pyc and /dev/null differ
participants (1)
-
hiro@torproject.org