Ignore _build and quilt .pc dirs via .gitignore
This commit is contained in:
parent
bad9eff45e
commit
b7689fcc97
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -20,4 +20,6 @@
|
|||
# Go workspace file
|
||||
go.work
|
||||
|
||||
.idea/
|
||||
.idea/
|
||||
/.pc/
|
||||
/_build/
|
||||
|
|
Reference in a new issue