gitignore: Tell Git to ignore build*/ directories
This commit is contained in:
parent
c97fd9f065
commit
2c1ab065fe
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# Common build directories
|
||||
build*/
|
||||
|
||||
# Exclude MacOS Finder files.
|
||||
.DS_Store
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user