[gnome-weather] gitignore: Add __pycache__



commit 0077ac9b4d7b406ce84bb5ccd2e193c12738ea95
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Feb 21 18:13:20 2019 -0500

    gitignore: Add __pycache__
    
    This directory can be created when working locally with things like tests, but we don't want to commit it.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index e35d885..813124d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 _build
+**/__pycache__


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]