From 5cd05895c71a98c5780aa72ae7211f3626a6aa15 Mon Sep 17 00:00:00 2001 From: CodeZeroNull Date: Mon, 23 Sep 2024 14:21:00 +0200 Subject: [PATCH] move test files/folders to top of gitignore --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3234737..e139b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# Test files +sha1sum-from-bash.txt +test.tar.sha1 +test.tar +test/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -6,12 +12,6 @@ __pycache__/ # C extensions *.so -# Test files -sha1sum-from-bash.txt -test.tar.sha1 -test.tar -test/ - # Distribution / packaging .Python build/