From 195e700128e2738e37e458635e87dde43a16fe93 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Mon, 6 Jan 2020 11:26:06 -0500 Subject: [PATCH] Improved gitignore, macOS files and IDE configs Ignores the annoying hidden macOS files .DS_Store and ._* as well as the IDE configuration folders for contributors using the popular Visual Studio Code and Atom IDEs (more can be added later as needed). --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index fa073f2..b87f456 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,11 @@ doc/_build # Generated man page doc/aws_hostname.1 + +# Annoying macOS files +.DS_Store +._* + +# IDE configuration files +.vscode +.atom \ No newline at end of file