Skip to content

Commit f60e5cb

Browse files
authored
Merge pull request #9 from GabrielRavier/correctGitIgnore
Correct errors in .gitignore
2 parents 6ef6f0f + b3cb19f commit f60e5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Exclude obj direcory (object files for Makefile build)
1+
# Exclude obj directory (object files for Makefile build)
22
/obj
33

44
# Exclude the converted resource files
@@ -50,7 +50,7 @@ msvc2003/Release (Japanese)
5050
# Exclude VS Code folder
5151
.vscode/*
5252

53-
# Useful for VS Code users
53+
# Include generically useful files for VS Code users
5454
!.vscode/settings.json
5555
!.vscode/tasks.json
5656
!.vscode/launch.json

0 commit comments

Comments
 (0)