ref: b3cb19f70cb8a60197e830165ec12882bfe26748
parent: 94ed000bebd10c0ca9601c611dbd52ccb58ddc09
author: Gabriel Ravier <gabravier@gmail.com>
date: Sun May 5 10:43:42 EDT 2019
Slight comment correction "direcory" to "directory" Add "Include" note to be consistent (for exclusions) Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Exclude obj direcory (object files for Makefile build)
+# Exclude obj directory (object files for Makefile build)
/obj
# Exclude .dat and .rec files in build directories (avoid Config.dat, 290.rec and others)
@@ -53,7 +53,7 @@
# Exclude VS Code folder
.vscode/*
-# Useful for VS Code users
+# Include generically useful files for VS Code users
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json