From ad39fe9750216093309b9bedd01889ccb62c2b20 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 4 Apr 2020 11:54:38 +1100 Subject: [PATCH] Update .gitignore Stop blacklisting IDE project configurations --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 22d2ec0b..96c9ab2c 100644 --- a/.gitignore +++ b/.gitignore @@ -72,7 +72,6 @@ workspace/TS100/Core/Inc/unit.h # IDE configs .vs/* .settings/* -.project ..cproject.swp # Visual Studios @@ -104,9 +103,6 @@ local.properties # PyDev specific (Python IDE for Eclipse) *.pydevproject -# CDT-specific (C/C++ Development Tooling) -.cproject - # CDT- autotools .autotools @@ -193,5 +189,4 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests -.mxproject -CoreCompileInputs.cache \ No newline at end of file +CoreCompileInputs.cache