fix: gitignore should also ignore ie build files

This commit is contained in:
James Houlahan
2020-09-17 14:33:46 +02:00
parent b3ed8d51a7
commit c7669b950f

3
.gitignore vendored
View File

@ -29,6 +29,7 @@ frontend/qml/*.qmlc
# Build files # Build files
bridge_darwin_*.tgz bridge_darwin_*.tgz
cmd/Desktop-Bridge/deploy cmd/Desktop-Bridge/deploy
cmd/Import-Export/deploy
internal/frontend/qt*/moc.cpp internal/frontend/qt*/moc.cpp
internal/frontend/qt*/moc.go internal/frontend/qt*/moc.go
internal/frontend/qt*/moc.h internal/frontend/qt*/moc.h
@ -43,4 +44,4 @@ internal/frontend/rcc.qrc
internal/frontend/rcc_cgo_*.go internal/frontend/rcc_cgo_*.go
vendor-cache/ vendor-cache/
/main.go /main.go