summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2019-08-28 10:25:36 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-08-28 17:53:16 +0200
commit9696fc321c6896b1cf8197de1b585af8988a749b (patch)
tree40415b1363385e36f76fb93ba8ed2d5d06b16f5f /.gitignore
parentca239ad11a903be0bbe9e50ec16a084ec1ea929a (diff)
#915 add __pycache__ folder to .gitignore
During ogAdmServer API tests execution, __pycache__ folder may be generated. To avoid annoyances, this commit adds the pattern to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9c53d583..430da911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.DS_Store
.editorconfig
.idea
+__pycache__/