From 64d420713545a896f5d4fcb95176fc03533deadc Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Fri, 24 Aug 2012 10:24:53 +0200 Subject: [PATCH] Add pax files generated by dtksh to .gitignore It seems that after changing -O2 to -O for FreeBSD pax started to build successfully. Interesting. --- cde/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/.gitignore b/cde/.gitignore index 1ebea60d..b7b872c6 100644 --- a/cde/.gitignore +++ b/cde/.gitignore @@ -799,6 +799,7 @@ programs/dtksh/examples/crMovesText1 programs/dtksh/ksh93/bin programs/dtksh/ksh93/include programs/dtksh/ksh93/lib +programs/dtksh/ksh93/man programs/dtksh/ksh93/man/man1/sh.1 programs/dtksh/ksh93/man/man1/sh.1.old programs/dtksh/ksh93/man/man3/LIBAST.3 @@ -946,6 +947,11 @@ programs/dtksh/ksh93/src/cmd/ksh93/ksh programs/dtksh/ksh93/src/cmd/ksh93/ksh.msg programs/dtksh/ksh93/src/cmd/ksh93/shcomp programs/dtksh/ksh93/src/cmd/ksh93/suid_exec +programs/dtksh/ksh93/src/cmd/pax/bax +programs/dtksh/ksh93/src/cmd/pax/cpio +programs/dtksh/ksh93/src/cmd/pax/nocom +programs/dtksh/ksh93/src/cmd/pax/pax +programs/dtksh/ksh93/src/cmd/pax/tar programs/dtksh/ksh93/src/cmd/pax/FEATURE/ programs/dtksh/ksh93/src/cmd/pax/MAM.list programs/dtksh/ksh93/src/cmd/pax/MAM.time -- 2.25.1