Ignore build directories that start with uppercase letters

This commit is contained in:
Ian Cullen 2020-03-21 12:02:20 +00:00
parent 5a08ff99e6
commit 73e8a2246c

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
.* .*
build [Bb]uild
debug [Dd]ebug
release [Rr]elease
/compile_commands.json /compile_commands.json
!.github/ !.github/