cargo/tests/testsuite/cargo_init/simple_git_ignore_exists
Ed Page db54c040ae fix(new): Print a 'Creating', rather than 'Created' status
This has bothered me about `cargo new` and `cargo init` for a while that
the output is read backwards, for example:
```diff
--- i/tests/testsuite/cargo_init/path_contains_separator/stderr.log
+++ w/tests/testsuite/cargo_init/path_contains_separator/stderr.log
@@ -1,3 +1,3 @@
+    Creating binary (application) package
 warning: the path `[ROOT]/case/test:ing/.` contains invalid PATH characters (usually `:`, `;`, or `"`)
 It is recommended to use a different name to avoid problems.
-     Created binary (application) package
```
2024-01-29 15:29:10 -06:00
..
in refactor(tests): Name init ui tests more consistently 2023-07-24 13:39:37 -05:00
out fix(new): Don't ignore Cargo.lock for all package types 2023-07-19 11:56:40 -05:00
mod.rs refactor(tests): Name init ui tests more consistently 2023-07-24 13:39:37 -05:00
stderr.log fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
stdout.log refactor(tests): Name init ui tests more consistently 2023-07-24 13:39:37 -05:00