From ac906cdf6541ad275bc6fc4a57ee65d8ebdb08ee Mon Sep 17 00:00:00 2001 From: pvtrx Date: Mon, 13 Oct 2025 16:04:41 +0200 Subject: [PATCH] Configured gitignore to include WinSys Files and Line endings --- .gitignore | 14 ++++++++++++++ README.md | 3 --- 2 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index cd531cf..7471cc1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,10 @@ *.idb *.pdb +# Line-ending normalization artifacts +*.orig +*.rej + # Kernel Module Compile Results *.mod* *.cmd @@ -52,3 +56,13 @@ Module.symvers Mkfile.old dkms.conf +# Windows system files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db +Desktop.ini +$RECYCLE.BIN/ +*.lnk +*.stackdump + diff --git a/README.md b/README.md deleted file mode 100644 index b1c5bc2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Info2Repo - -Informatik 2 Praktikumsaufgaben und Testdateien \ No newline at end of file