dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 3c86ed65f4e8466e53f45f0ad31609e2301fa2ca
parent a674173abda8adc36d477f08bfa7fcb7a19e4f7c
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  4 May 2020 10:58:37 -0700

Reorganise global gitignore

Gets rid of IDEA editor related tempfiles since I don't use any IDEA
IDEs.

Diffstat:
M.gitignore_global | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore_global b/.gitignore_global @@ -1,5 +1,11 @@ +# OS-related noise .DS_Store -.idea + +# Editor backup files +*.sw? +*~ + +# Build outputs *.a *.class *.dylib @@ -7,5 +13,3 @@ *.o *.pyc *.so -*.sw? -*~