Add pax files generated by dtksh to .gitignore
It seems that after changing -O2 to -O for FreeBSD pax started to build successfully. Interesting.
This commit is contained in:
committed by
Jon Trulson
parent
8479d150e2
commit
64d4207135
6
cde/.gitignore
vendored
6
cde/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user