From 86f0a1c4ef99608cac682301d5979a5715dce892 Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 7 Jul 2022 11:17:06 +0200 Subject: [PATCH] Update .gitignore Added fdrs_globals.h to .gitignore. This way one can directly work in the repo and maintain personal configuration without exposing it to the public by accidentially submitting them. If someone knows a safe way to revert a file in a repo with fully removing the previous commit, I would be glad to hear about a solutin. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8b13789..8eb16dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +fdrs_globals.h