From 196fea35367329de7c471206f6e211ab9f68ae61 Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Sun, 6 Oct 2019 22:27:13 +0100 Subject: [PATCH] Add custom ignores --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 96d5ba3f6..1dd150ebb 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,17 @@ tests/title tests/triangle-vulkan tests/windows +# ------ +# custom +# ------ + +# directories +.vs/ +bin/ +bin-int/ + +# file +*.user + +# temporary excludes (clang-tidy and clang-format, used by the clang power tools) +.clang-*