From 512d696b39615bd018924500458adf7760be753c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Wed, 5 Jul 2023 12:57:47 +0200 Subject: [PATCH] chore(git): added test.yaml to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is usually regenereated with a different ordering every time tests are run. This is annoying. It's because the underlying hashmap doesn't have ordering. Signed-off-by: Christina Sørensen --- .gitignore | 4 ++-- src/test/test.yaml | 55 ---------------------------------------------- 2 files changed, 2 insertions(+), 57 deletions(-) delete mode 100644 src/test/test.yaml diff --git a/.gitignore b/.gitignore index fd65bdd..7910302 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target -/tst/test -/tst/test.yaml +/src/test/test +/src/test/test.yaml diff --git a/src/test/test.yaml b/src/test/test.yaml deleted file mode 100644 index 3b777f2..0000000 --- a/src/test/test.yaml +++ /dev/null @@ -1,55 +0,0 @@ -categories: - config: - flags: [] - repos: - qmk_firmware: - name: qmk_firmware - path: /home/ces/org/src/git/ - url: git@github.com:cafkafk/qmk_firmware.git - flags: - - Clone - - Push - starship: - name: starship - path: /home/ces/org/src/git/ - url: https://github.com/starship/starship.git - flags: - - Clone - - Push - stuff: - flags: [] - repos: - gg: - name: gg - path: /home/ces/.dots/ - url: git@github.com:cafkafk/gg.git - li: - name: li - path: /home/ces/org/src/git/ - url: git@github.com:cafkafk/li.git - links: - gg: - name: gg - rx: /home/ces/.config/gg - tx: /home/ces/.dots/gg - starship: - name: starship - rx: /home/ces/.config/starship.toml - tx: /home/ces/.dots/starship.toml - utils: - repos: - gg: - name: gg - path: /home/ces/.dots/ - url: git@github.com:cafkafk/gg.git - flags: - - Clone - - Push - li: - name: li - path: /home/ces/org/src/git/ - url: git@github.com:cafkafk/li.git - flags: - - Clone - - Push - empty: {}