From b31094b56afb8e3909a97a71235506ca25b08efa Mon Sep 17 00:00:00 2001 From: Joseph Tremoulet Date: Thu, 16 Apr 2015 12:52:19 -0700 Subject: [PATCH] Add __pycache__ to .gitignore Python creates test/__pycache__ as a side-effect of running test/llilc_runtests.py. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9df6a4a..998b499 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,9 @@ build/ *.log *.scc +# Python cache +__pycache__ + # Visual C++ cache files ipch/ *.aps