1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

11 Commits

Author SHA1 Message Date
Andrew McNulty
cd80a79db5 Add Meson example based on Owen Torres' example. 2023-02-13 16:50:20 +01:00
RodrigoDornelles
30046e664e remove unityConfig.cmake from .gitignore 2022-09-02 16:03:55 -03:00
RodrigoDornelles
f62ff65f9b fix: add cmake outputs in .gitignore 2022-09-02 15:28:40 -03:00
Mark VanderVoord
d8eb8414f4 Stop noticing my sublime files. ;) 2021-01-16 21:20:09 -05:00
Michael Brockus
1748f00fc7 Adding ignore entries.
Adding basic ignore entry for example and main build directories.
2019-10-12 08:50:58 -07:00
jsalling
bb7f889f03 Compile examples in continuous integration, update example_3 readme
Altered the rake build so that it passes. The example_3 shows off
some failing tests, so the rake build has to ignore those.
Update .gitignore file with executables from examples
2017-01-18 19:33:24 -06:00
Matt Chernosky
7b51355e5a Module generator finishes for partially existing files
This resolves #219. When generating a new module, if all the files to
generate already exist then it fails as before. If some of the files
already exist, then the files that need to be created are created. Any
existing files are not changed.

Also added a bunch of tests for this feature via rspec. Run them from
the test folder with `rake spec`.
2016-12-02 13:49:07 -07:00
Mark VanderVoord
90813a3e78 ignore more stuff we don't care about 2015-12-03 16:01:39 -05:00
nimrodz
af40e7901d Added a few files to .gitignore. 2015-01-18 00:38:26 +02:00
Greg Williams
b953334ef3 Fixed compiler warning and added README.md 2014-11-05 21:43:47 -05:00
Greg Williams
4724af154c Added directory task to create temp build/ folder, and added .gitignore to prevent this new folder form being tracked by git. 2012-06-20 23:51:51 +00:00