Add /packaging/**/*.tar.gz.sha256 to .gitignore (#40651)

pull/40635/head^2
Dimitris Sotirakis 4 years ago committed by GitHub
parent e3d1b2c8fe
commit b926edf666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore

1
.gitignore vendored

@ -93,6 +93,7 @@ debug.test
/packaging/**/*.rpm
/packaging/**/*.deb
/packaging/**/*.tar.gz
/packaging/**/*.tar.gz.sha256
# Ignore OSX indexing
.DS_Store

Loading…
Cancel
Save