From e5733b88cc3bc95697818032981286ee1760664f Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 13 Dec 2020 20:46:02 +0100 Subject: [PATCH] Added exe,o and dll files to the ignore list --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 944dd3d..4dcade2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ *.mp3 *.jpg *.png -*.ico \ No newline at end of file +*.ico +*.o +*.dll +*.exe \ No newline at end of file