Slight comment correction

"direcory" to "directory"
Add "Include" note to be consistent (for exclusions)

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-05-05 14:43:42 +02:00
parent 94ed000beb
commit b3cb19f70c

4
.gitignore vendored
View file

@ -1,4 +1,4 @@
# Exclude obj direcory (object files for Makefile build) # Exclude obj directory (object files for Makefile build)
/obj /obj
# Exclude .dat and .rec files in build directories (avoid Config.dat, 290.rec and others) # Exclude .dat and .rec files in build directories (avoid Config.dat, 290.rec and others)
@ -53,7 +53,7 @@ msvc2003/Release (Japanese)
# Exclude VS Code folder # Exclude VS Code folder
.vscode/* .vscode/*
# Useful for VS Code users # Include generically useful files for VS Code users
!.vscode/settings.json !.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json