From 2113075d6e08ccb7ef7630bf51212ec664ffdd6f Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 29 Dec 2020 11:10:29 +0100 Subject: [PATCH] Added all credentials.h files to the ingnored file list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4dcade2..35830cf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ *.ico *.o *.dll -*.exe \ No newline at end of file +*.exe +credentials.h \ No newline at end of file