From a51334108fa7fe626f2e2eeb4b1e76908398b5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Fri, 2 Oct 2020 20:08:28 +0200 Subject: [PATCH] Replace gitignore dotfiles blacklist with whitelist. --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 559fc1b..7a1a68b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,16 @@ +.* +!.circleci +!.gitattributes +!.github +!.gitignore +!.gitmodules +!.travis.yml + build* -.idea __pycache__ *.pyc -.DS_Store *.cbp *.swp *.kdev4 -.kdev4* -.directory CMakeLists.txt.user compile_commands.json -