summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-02-06 09:58:49 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-13 12:12:43 +0100
commit499272fa2996fa0d1152645e190d8012b6b83a50 (patch)
tree72b55518e497c3d024e64b0f6eaf380b116421a2
parent569b0107c1d81f9a632e9f8c461b1911c0a15742 (diff)
repository: improve .gitignore syntax
the __pycache__ folder will now be ignored by git in every folder.
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6a5393e..c18dd8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-ogcli/__pycache__/
+__pycache__/