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).
This commit is contained in:
Ben Baron
2020-01-06 11:26:06 -05:00
parent fac8e4274f
commit 195e700128

8
.gitignore vendored
View File

@@ -25,3 +25,11 @@ doc/_build
# Generated man page # Generated man page
doc/aws_hostname.1 doc/aws_hostname.1
# Annoying macOS files
.DS_Store
._*
# IDE configuration files
.vscode
.atom