From b96604335dc30c01bdf00e429f11bce055258cc2 Mon Sep 17 00:00:00 2001 From: Cassandra Watergate Date: Thu, 1 Dec 2022 17:02:05 +0200 Subject: [PATCH] make a .gitignore file --- .gitignore | 10 ++++++++++ download-backgrounds.sh | 4 ---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6975bb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +backgrounds/bigsur-color-d.jpg +backgrounds/bigsur-color-l.jpg +backgrounds/bigsur-d.jpg +backgrounds/bigsur-l.jpg +backgrounds/catalina-d.jpg +backgrounds/catalina-l.jpg +backgrounds/mojave-d.jpg +backgrounds/mojave-l.jpg +backgrounds/monterey-d.jpg +backgrounds/monterey-l.jpg diff --git a/download-backgrounds.sh b/download-backgrounds.sh index 52dca79..ac5cdd6 100755 --- a/download-backgrounds.sh +++ b/download-backgrounds.sh @@ -136,7 +136,3 @@ for url in "${!downloads[@]}"; do fi do_dl "${url}" "${filename}" done - -cd "$(dirname "${0}")"/backgrounds - sha256sum -c images.sha256 -cd ..