diff options
author | Ben V. Brown <[email protected]> | 2020-04-04 11:54:38 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-04 11:54:38 +1100 |
commit | ad39fe9750216093309b9bedd01889ccb62c2b20 (patch) | |
tree | 5f1450a64224c833a5b9ea7fde2ca78c3e05f1bf /.gitignore | |
parent | d45b1d7e274139650b8681f5495b486737517ea4 (diff) | |
download | IronOS-ad39fe9750216093309b9bedd01889ccb62c2b20.tar.gz IronOS-ad39fe9750216093309b9bedd01889ccb62c2b20.zip |
Update .gitignore
Stop blacklisting IDE project configurations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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
|