Update ignore list
This commit is contained in:
parent
0fae225635
commit
bc57b3d946
1 changed files with 19 additions and 0 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,12 +1,31 @@
|
|||
# Binaries don't belong here obviously
|
||||
*.exe
|
||||
*.dll
|
||||
bluetoothapis.dll-system32
|
||||
bluetoothapis.dll-syswow64
|
||||
qt5-install*
|
||||
qt-lite*
|
||||
qt5*
|
||||
qt-lite-*
|
||||
qtlite
|
||||
QT Launcher Builds
|
||||
HQ Launcher-*
|
||||
leapsdk-*
|
||||
sranipal-*
|
||||
webrtc-*
|
||||
dependencies
|
||||
vcpkg
|
||||
binaries
|
||||
builds
|
||||
Builds
|
||||
android
|
||||
glad
|
||||
openssl-*.tgz
|
||||
openssl-*.zip
|
||||
|
||||
# Explicitly excluded directories
|
||||
hifi-public/rick
|
||||
hifi-public/splunk
|
||||
|
||||
# Crash dumps and debug files
|
||||
*.DMP
|
||||
|
|
Loading…
Reference in a new issue