summaryrefslogtreecommitdiff
path: root/man/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-06-02 23:04:10 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 19:44:38 +0200
commit99b039fead8d72936d0d558198235eee03016904 (patch)
treec091380766498c29066a6533aff4e3b20ceb0e28 /man/.gitignore
parent7eab7d027e624350cc9749dcbb963e2d6d6a9b46 (diff)
downloadcoreutils-99b039fead8d72936d0d558198235eee03016904.tar.xz
New program: mktemp.
* NEWS: Mention this. * README: Add mktemp to the list. * AUTHORS: Add this: mktemp: Jim Meyering * src/mktemp.c: New file. * src/Makefile.am (bin_PROGRAMS): Add mktemp. (mktemp_LDADD): Add $(LIB_GETHRXTIME). * man/mktemp.x: New file. * man/Makefile.am (dist_man_MANS): Add mktemp.1. (mktemp.1): New dependency. * man/.cvsignore: Add mktemp.1. * man/.gitignore: New file. * src/.cvsignore, src/.gitignore: Add mktemp. * tests/misc/mktemp: New file. * tests/misc/Makefile.am (TESTS): Add mktemp. * tests/Coreutils.pm (run_tests): Give the POST-test function access to stdout and stderr contents, so it can verify that the named-on-stdout file/dir does indeed exist and has proper permissions, etc. [po/ChangeLog] * POTFILES.in: Add src/mktemp.c.
Diffstat (limited to 'man/.gitignore')
-rw-r--r--man/.gitignore98
1 files changed, 98 insertions, 0 deletions
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 000000000..e9e270da9
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,98 @@
+Makefile
+Makefile.in
+base64.1
+basename.1
+cat.1
+chgrp.1
+chmod.1
+chown.1
+chroot.1
+cksum.1
+comm.1
+cp.1
+csplit.1
+cut.1
+date.1
+dd.1
+df.1
+dir.1
+dircolors.1
+dirname.1
+du.1
+echo.1
+env.1
+expand.1
+expr.1
+factor.1
+false.1
+fmt.1
+fold.1
+groups.1
+head.1
+hostid.1
+hostname.1
+id.1
+install.1
+join.1
+kill.1
+link.1
+ln.1
+logname.1
+ls.1
+md5sum.1
+mkdir.1
+mkfifo.1
+mknod.1
+mktemp.1
+mv.1
+nice.1
+nl.1
+nohup.1
+od.1
+paste.1
+pathchk.1
+pinky.1
+pr.1
+printenv.1
+printf.1
+ptx.1
+pwd.1
+readlink.1
+rm.1
+rmdir.1
+seq.1
+sha1sum.1
+sha224sum.1
+sha256sum.1
+sha384sum.1
+sha512sum.1
+shred.1
+shuf.1
+sleep.1
+sort.1
+split.1
+stat.1
+stty.1
+su.1
+sum.1
+sync.1
+tac.1
+tail.1
+tee.1
+test.1
+touch.1
+tr.1
+true.1
+tsort.1
+tty.1
+uname.1
+unexpand.1
+uniq.1
+unlink.1
+uptime.1
+users.1
+vdir.1
+wc.1
+who.1
+whoami.1
+yes.1