From c51567ae45a8cefeee6999adc6450a1f681277b9 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Tue, 7 Nov 2017 17:24:19 +0300 Subject: [PATCH] git: .gitignore update ignore all "dot" files/directories by default. 'ignored' files can be added via 'git add -f' command if necessary. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 89c7530039..89a73c4273 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ +# ignore dot files/directories +.* +!.gitignore + *.autosave *.pyc *.user *~ -.*.swp -.DS_Store -.sw[a-z] Thumbs.db tags tegra/ @@ -21,4 +22,3 @@ bin/ *.log *.tlog build -.cache