diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2019-08-28 10:25:36 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-08-28 17:53:16 +0200 |
commit | 9696fc321c6896b1cf8197de1b585af8988a749b (patch) | |
tree | 40415b1363385e36f76fb93ba8ed2d5d06b16f5f /.gitignore | |
parent | ca239ad11a903be0bbe9e50ec16a084ec1ea929a (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ .DS_Store .editorconfig .idea +__pycache__/ |