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:
parent
94ed000beb
commit
b3cb19f70c
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue