forked from Silverfish/proton-bridge
fix: gitignore should also ignore ie build files
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,6 +29,7 @@ frontend/qml/*.qmlc
|
||||
# Build files
|
||||
bridge_darwin_*.tgz
|
||||
cmd/Desktop-Bridge/deploy
|
||||
cmd/Import-Export/deploy
|
||||
internal/frontend/qt*/moc.cpp
|
||||
internal/frontend/qt*/moc.go
|
||||
internal/frontend/qt*/moc.h
|
||||
@ -43,4 +44,4 @@ internal/frontend/rcc.qrc
|
||||
internal/frontend/rcc_cgo_*.go
|
||||
vendor-cache/
|
||||
|
||||
/main.go
|
||||
/main.go
|
||||
|
||||
Reference in New Issue
Block a user