From e34d7f22424408a901b6d2ffa6e21db7e0d5fe31 Mon Sep 17 00:00:00 2001 From: Christoffer Hansen Date: Mon, 30 Jul 2018 01:13:44 +0200 Subject: [PATCH] --- .gitconfig | 2 +- .gitignore_global | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .gitignore_global diff --git a/.gitconfig b/.gitconfig index 8e394e8..b0df7de 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,7 +6,7 @@ deltaCacheSize = 25m [core] quotepath = false - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore_global autocrlf = input editor = vim whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..c91669f --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,31 @@ +# Ignore thumbnails created by windows +Thumbs.db +desktop.ini +# Ignore files build by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.dll +*.lib +*.sbr +# Ignore JetBrain programs working dir +.idea/ +# Avoid temp files - Linux/BSD style +*~ +.*.swp +# Ignore constant irritating macOS file +.DS_Store