summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-10-10 12:12:01 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-10-10 12:12:01 +0100
commit24c7d8fa8a623ebdd4aa71309a02000262e9a3f0 (patch)
tree8a7ee196b66aaa1195fcebc149536d49dbfb2f8d /git
parentc54a883464a00553a7b9163798b58c15835cfb31 (diff)
git: Ignore more things by default
Diffstat (limited to 'git')
-rw-r--r--git/ignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/git/ignore b/git/ignore
index e43b0f9..1344072 100644
--- a/git/ignore
+++ b/git/ignore
@@ -1 +1,7 @@
+# macOS
.DS_Store
+._*
+
+# Python
+*.py[cdo]
+__pycache__