Signed-off-by: James Youngman <jay@xxxxxxx> --- disk-utils/.gitignore | 10 ++++++++++ fdisk/.gitignore | 3 +++ getopt/.gitignore | 1 + hwclock/.gitignore | 1 + lib/.gitignore | 1 + login-utils/.gitignore | 4 ++++ misc-utils/.gitignore | 10 ++++++++++ mount/.gitignore | 6 ++++++ schedutils/.gitignore | 3 +++ sys-utils/.gitignore | 16 ++++++++++++++++ tests/.gitignore | 2 ++ tests/helpers/.gitignore | 2 ++ text-utils/.gitignore | 11 +++++++++++ 13 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 disk-utils/.gitignore create mode 100644 fdisk/.gitignore create mode 100644 getopt/.gitignore create mode 100644 hwclock/.gitignore create mode 100644 lib/.gitignore create mode 100644 login-utils/.gitignore create mode 100644 mount/.gitignore create mode 100644 schedutils/.gitignore create mode 100644 sys-utils/.gitignore create mode 100644 tests/helpers/.gitignore create mode 100644 text-utils/.gitignore diff --git a/disk-utils/.gitignore b/disk-utils/.gitignore new file mode 100644 index 0000000..1982c8f --- /dev/null +++ b/disk-utils/.gitignore @@ -0,0 +1,10 @@ +blockdev +fdformat +fsck.cramfs +fsck.minix +isosize +mkfs +mkfs.bfs +mkfs.minix +mkswap +mkfs.cramfs diff --git a/fdisk/.gitignore b/fdisk/.gitignore new file mode 100644 index 0000000..c20d140 --- /dev/null +++ b/fdisk/.gitignore @@ -0,0 +1,3 @@ +cfdisk +fdisk +sfdisk diff --git a/getopt/.gitignore b/getopt/.gitignore new file mode 100644 index 0000000..d3e0b2d --- /dev/null +++ b/getopt/.gitignore @@ -0,0 +1 @@ +getopt diff --git a/hwclock/.gitignore b/hwclock/.gitignore new file mode 100644 index 0000000..97f59f3 --- /dev/null +++ b/hwclock/.gitignore @@ -0,0 +1 @@ +hwclock diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..b3968c7 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1 @@ +test_blkdev diff --git a/login-utils/.gitignore b/login-utils/.gitignore new file mode 100644 index 0000000..2057842 --- /dev/null +++ b/login-utils/.gitignore @@ -0,0 +1,4 @@ +checktty_test +islocal_test +agetty +wall diff --git a/misc-utils/.gitignore b/misc-utils/.gitignore index ac89c1f..9b59b07 100644 --- a/misc-utils/.gitignore +++ b/misc-utils/.gitignore @@ -1,2 +1,12 @@ chkdupexe scriptreplay +cal +ddate +logger +look +mcookie +namei +rename +script +setterm +whereis diff --git a/mount/.gitignore b/mount/.gitignore new file mode 100644 index 0000000..6de7afc --- /dev/null +++ b/mount/.gitignore @@ -0,0 +1,6 @@ +losetup +mount +mtab_lock_test +pivot_root +swapon +umount diff --git a/schedutils/.gitignore b/schedutils/.gitignore new file mode 100644 index 0000000..9c32587 --- /dev/null +++ b/schedutils/.gitignore @@ -0,0 +1,3 @@ +chrt +ionice +taskset diff --git a/sys-utils/.gitignore b/sys-utils/.gitignore new file mode 100644 index 0000000..caa3d0a --- /dev/null +++ b/sys-utils/.gitignore @@ -0,0 +1,16 @@ +ctrlaltdel +cytune +dmesg +flock +ipcrm +ipcs +ldattach +readprofile +renice +rtcwake +setarch +setsid +tunelp +linux32.8 +linux64.8 +i386.8 diff --git a/tests/.gitignore b/tests/.gitignore index 4a7be8c..c22f508 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,3 @@ commands.sh +diff +output diff --git a/tests/helpers/.gitignore b/tests/helpers/.gitignore new file mode 100644 index 0000000..de086d5 --- /dev/null +++ b/tests/helpers/.gitignore @@ -0,0 +1,2 @@ +test_pathnames +test_sysinfo diff --git a/text-utils/.gitignore b/text-utils/.gitignore new file mode 100644 index 0000000..09096a6 --- /dev/null +++ b/text-utils/.gitignore @@ -0,0 +1,11 @@ +col +colcrt +column +hexdump +line +more +pg +rev +tailf +ul +colrm -- 1.5.3.8 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html