From 7cec81a2fc066de98ba0a52281e355050f1493b8 Mon Sep 17 00:00:00 2001 From: Taka Date: Thu, 23 Aug 2018 07:11:12 +0000 Subject: [PATCH] Added the PyQt GPU cache folder to the gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 455cc79..f59e6d2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ _work_/ *.pyc .pytest_cache/ *.egg-info/ +GPUCache/ *.swp *.swo