From a40256d8ed2bc3e098ccc22dfe795ed2ab9ec643 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Oct 2019 00:15:56 +0200 Subject: Add __pycache__ to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9b1df0fc..204c242d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build/** .waf-* .lock-waf* +__pycache__ -- cgit v1.2.1