jelle Spijker
8af4e0d05a
Remove spaghetti settings from 462 visible_settings when upgrading
...
Part of CURA-7199
2020-06-29 16:07:34 +02:00
Ghostkeeper
454bff174c
Add correct name of settings guide to ignore list
2020-05-11 09:58:19 +02:00
Ghostkeeper
433c9a9f60
Add SVGToolpathReader to gitignore
...
I like to have no untracked files in my list. This is not going to get into our source repository anyway!
2020-03-25 16:08:26 +01:00
Ghostkeeper
c3f9d65de1
Ignore SettingsGuide plug-in
2019-09-06 14:35:30 +02:00
ChrisTerBeke
8557115c64
Add plugins/__init__.py to gitignore
2019-08-05 09:29:44 +02:00
Jaime van Kessel
ef92aad6bb
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6435_new_style_add_machine
2019-04-17 11:06:30 +02:00
Aleksei S
c62cb84c75
Added CuraDirve plugin to Cura build
...
CURA-6005
2018-12-10 14:18:10 +01:00
Matteo Spinelli
65992f4281
Add KDE .directory file in gitignore
2018-08-28 08:01:51 +02:00
Lipu Fei
94ce9205c3
Remove pytest cache
2018-08-22 13:30:59 +02:00
ChrisTerBeke
c43007ca8e
Update git ignore
2018-05-13 15:47:35 +02:00
Ghostkeeper
551cfa9d71
Ignore Mypy cache
...
Don't want to commit that accidentally after running tests.
Contributes to issue CURA-5330.
2018-05-04 15:57:06 +02:00
ChrisTerBeke
c6823c1b91
Ignore CuraDrivePlugin
2018-05-01 13:32:31 +02:00
ChrisTerBeke
a85fd0c996
Stop ignoring post processing plugin
2018-01-09 10:26:13 +01:00
Ghostkeeper
85debb2577
Sort list of plugins alphabetically
2017-12-19 17:31:36 +01:00
Ghostkeeper
21d46d73b5
Add new CAD plugins
2017-12-19 17:30:10 +01:00
ChrisTerBeke
7a3d05ae8a
Ignore new plugins
2017-12-19 09:20:53 +01:00
ChrisTerBeke
8cd9439497
ignore octoprint plugin
2017-12-08 14:33:21 +01:00
ChrisTerBeke
9a538b330a
Ignore new plugins
2017-12-05 14:14:52 +01:00
Ghostkeeper
dc105c86a0
Ignore live scripting plug-ins
2017-11-22 16:16:35 +01:00
ChrisTerBeke
657a91c525
Merge pull request #2685 from Ultimaker/container_stack_improvements
...
Container stack improvements
2017-11-20 17:42:26 +01:00
Ghostkeeper
997be09493
Ignore Siemens NX plug-in
2017-10-16 11:16:53 +02:00
Ghostkeeper
d458fcde5c
Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""
...
This reverts commit e07e7bc9e714843cf853f0a255ee5a8432696886.
Contributes to issue CURA-4414.
2017-10-05 10:58:49 +02:00
Ghostkeeper
e07e7bc9e7
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
...
This reverts commit b62c19206f5e494fa27eb0b877197556c559e449, reversing
changes made to 104926c6ed1648ec20b4308fdacad4e99c14c8b3.
Contributes to issue CURA-4414.
2017-10-05 10:28:54 +02:00
Mark
729d61082a
add CuraEngine to gitignore
2017-09-28 12:58:03 +02:00
Ghostkeeper
355aa36bb4
Ignore SolidWorksPlugin
...
Please.
2017-09-26 09:06:38 +02:00
ChrisTerBeke
9ec1d5d54a
Add CuraEngine.exe to git ignore
2017-09-14 10:21:30 +02:00
Ruben D
08d0d90389
Change Pirate language to en_7S
...
Since it's English from the seven seas.
Contributes to issue CURA-4263.
2017-09-10 14:01:07 +02:00
Ruben D
46e4902df3
Ignore new en_US locale
...
Contributes to issue CURA-4263.
2017-09-10 14:00:37 +02:00
Ghostkeeper
da27b0463e
Ignore generated Pirate language
...
This one's auto-generated by 'make extract-messages'.
2017-08-10 20:14:18 +02:00
Gregor Riepl
f32eb564de
Remove debian/ from gitignore
2017-06-19 08:50:54 +02:00
Mark
67aa6767c5
Add .DS_Store and *.qmlc
2017-05-12 13:23:29 +02:00
Jaime van Kessel
a2d32a6fc7
Added bigflame to gitignore
2017-05-09 14:45:39 +02:00
Ghostkeeper
eb52e4fb7e
Ignore default name of ProfileFlattener too
...
It already ignored FlatProfileExporter, but that's just a renamed version of what is now called ProfileFlattener.
2017-05-04 17:57:55 +02:00
Jaime van Kessel
fe36da3438
Added more files to gitignore
2017-04-14 09:52:29 +02:00
Jaime van Kessel
6dfe9f609a
Added build info to gitignore
2017-04-14 09:48:17 +02:00
Ghostkeeper
1d22d87ae0
Ignore .cache directory created by unit tests
...
CTest creates this directory for its test results.
2017-03-13 12:40:10 +01:00
Thomas Karl Pietrowski
860ae66ce6
Cleanup again
2016-11-17 23:10:42 +01:00
Thomas Karl Pietrowski
c48d064eca
Merge remote-tracking branch 'UM3NPP/master' into UM3NPP_merge
...
Contributes to CURA-2862
2016-11-17 21:10:29 +01:00
Ghostkeeper
b6464b12a1
Ignore externally loaded plug-ins
...
We include these plug-ins with the build system, but for development it's easy to have them linked or copied into the plug-ins folder. But don't commit them! So here we ignore these plug-ins.
2016-10-27 13:14:13 +02:00
Ghostkeeper
f799f40fee
Ignore materials folder
...
We should not add any new materials here.
Contributes to issue CURA-2737.
2016-10-19 15:02:36 +02:00
Ghostkeeper
da63ccef9d
Ignore LC_MESSAGES
...
Contributes to issue CURA-570.
2016-09-29 19:13:07 +02:00
Thomas Karl Pietrowski
330481d2d6
Ignore settings set on Eclipse
2016-06-09 18:45:48 +02:00
Thomas Karl Pietrowski
c8070cff05
Don't ignore the directory but the link, too.
2016-06-09 18:43:54 +02:00
Thomas Karl Pietrowski
a3e5c06572
Adding debian to gitignore
...
Got a link here my packaging files. As Cura does not come with packaging
files itself, we can add this ignore here.
2016-06-06 08:55:36 +02:00
Ghostkeeper
5d840e6430
Merge pull request #770 from thopiekar/master-eclipse-pydev
...
Ignoring Eclipse+PyDev project files
2016-06-06 08:29:44 +02:00
Thomas Karl Pietrowski
1171bf112c
Ignoring Eclipse+PyDev project files
2016-06-06 06:43:07 +01:00
Ghostkeeper
faf647dca0
Git ignore resources/firmware
...
It is also compiled and will only be included by including the cura-binary-data repository. However it is also useful to have this in your testing environment.
2016-06-01 15:14:03 +02:00
Ghostkeeper
ceb9df8c5d
Ignore PyCharm IDE files
2016-04-25 16:23:36 +02:00
Ghostkeeper
4548c38af6
Structure gitignore
2016-04-25 16:23:36 +02:00
Jaime van Kessel
f843e2d09a
Initial commit
2016-02-10 13:25:58 +01:00