From 0bda19f747e5b867db2f461ea61c0bbdc50af790 Mon Sep 17 00:00:00 2001 From: beucismis Date: Mon, 21 Jun 2021 17:47:13 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ {test => tests}/test.asc | 0 {test => tests}/test.asc.pdf | Bin test/test.py => tests/test_utils.py | 0 4 files changed, 3 insertions(+) rename {test => tests}/test.asc (100%) rename {test => tests}/test.asc.pdf (100%) rename test/test.py => tests/test_utils.py (100%) diff --git a/.gitignore b/.gitignore index b6e4761..7a1c26e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# PDF files +*.pdf + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/test/test.asc b/tests/test.asc similarity index 100% rename from test/test.asc rename to tests/test.asc diff --git a/test/test.asc.pdf b/tests/test.asc.pdf similarity index 100% rename from test/test.asc.pdf rename to tests/test.asc.pdf diff --git a/test/test.py b/tests/test_utils.py similarity index 100% rename from test/test.py rename to tests/test_utils.py