From 26e86a114c88d97fa657b0d0f2c0581aafaed5c9 Mon Sep 17 00:00:00 2001 From: yueh Date: Sun, 13 Nov 2016 11:30:27 +0100 Subject: [PATCH] Added an explicit ignore section to .gitignore Current intention is to maintain a single blacklist for common OS dependent files without having to define each and every folder and their allowed filetypes to avoid commiting these. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index babf1035a..0ba358568 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ !codeformat/ # Github specific files and directories -!.github/ \ No newline at end of file +!.github/ + +# Explicit ignores +Thumbs.db \ No newline at end of file