cargo: fix missing gitignore files

This commit is contained in:
Luis Guzmán 2023-01-28 21:46:08 +00:00
parent 6ba03a350a
commit 104df48a6b

View file

@ -17,12 +17,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=0
VERSION=1
EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main'
REPOKEY=A6DCF7707EBC211F
BACKPORTS=true
. ./config
grep -lr 'project_root.join(\".git\").is_dir()' | xargs sed -i '/project_root.join(\".git\").is_dir()/d'
changelog "Import as dependency of newer abrowser deb dependencies."