Merge pull request #9 from GabrielRavier/correctGitIgnore

Correct errors in .gitignore
This commit is contained in:
Clownacy 2019-05-05 13:48:11 +00:00 committed by GitHub
commit f60e5cbf47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
# Exclude the converted resource files
@ -50,7 +50,7 @@ msvc2003/Release (Japanese)
# 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