mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +00:00
ca1074201f
Everything in src/common has been moved to src/uucore. This is defined as a Cargo library, instead of directly included. This gives us flexibility to make the library an external crate in the future. Fixes #717.
10 lines
84 B
Text
10 lines
84 B
Text
target/
|
|
/src/*/gen_table
|
|
/build/
|
|
/tmp/
|
|
/busybox/
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
Cargo.lock
|
|
lib*.a
|