Ensure that build and target are directories in .gitignore (#6884)
Ensure that `build` and `target` are directories in `.gitignore`.
This commit is contained in:
committed by
GitHub
parent
b622fa2206
commit
c271d28314
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
/build
|
||||
/target
|
||||
/build/
|
||||
/target/
|
||||
.*.sw?
|
||||
.DS_Store
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user