Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Joseph <gtjoseph@users.noreply.github.com>2019-02-19 18:57:37 +0300
committerdc42 <dcrocker@eschertech.com>2019-02-19 18:57:37 +0300
commitf398d33248b648e64256bf923675eb230bb7e446 (patch)
tree8546f9df648e177cfcabc10bcbdefa9c90603496 /.gitignore
parentc52c251eabffb07c4dc5b350c2c73a3b823bf782 (diff)
Build Portability Updates (#253)
These updates should make it easier for developers on different platforms to contribute. * Remove the definition of GccPath from the project definition. * Replace references to GccPath with ArmGccPath. * Update Build instructions to indicate that ArmGccPath must be set in the workspace C/C++ Build Variables. * Remove .settings/language.settings.xml from the git index. * Update .gitignore to add .settings/language.settings.xml and the build variant output directories.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6b93fb33..d9627a7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,12 @@
*orig
/Alligator/
/Duet085/
+/Duet085_RTOS/
/Duet2_RTOS/
+/Duet3/
/DuetM_RTOS/
+/PCCB/
+/PCCB_X5/
/RADDS_RTOS/
-/SAME70_RTOS/
+/SAME70XPLD/
.settings/language.settings.xml