From 49fe12f6e5148b916cc944338f7978f0250c9c66 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 25 Aug 2022 19:50:06 +0300 Subject: [PATCH] the ignored files were divided into categories --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 33e29e6..6ed12bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ -.idea -/output/* -/everyNASA.jpg - +#Linux /src/linux/everyNASA.jpg /src/linux/compile.sh +# Windows /src/windows/everyNASA.jpg /src/windows/output/* /src/windows/version.py /src/windows/version.txt -/src/functions/config.ini \ No newline at end of file +# Other +/src/functions/config.ini +.idea +/output/* +/everyNASA.jpg \ No newline at end of file