From 5fccc19ed69a55cd8d20b0514b9e0d3b92ccb700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 12 Mar 2022 03:08:37 +0100 Subject: [PATCH] gitignore: add dot files It is more convenient if dot files are ignored by default, and only the necessary ones are explicitly added to git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41ca2846d..c98a08154 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.* .tarball-version .version .*.swp