Merge commit 'c9b86876044cdce95730ea2c6a2af65e06a86125' as 'cde/programs/dtksh/ksh93'
This commit is contained in:
60
cde/programs/dtksh/ksh93/.gitignore
vendored
Normal file
60
cde/programs/dtksh/ksh93/.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
# Project-specific files
|
||||
arch
|
||||
tgz
|
||||
lcl
|
||||
|
||||
# Flat make libs, binaries, etc
|
||||
/bin/.paths
|
||||
/bin/ar
|
||||
/bin/cc
|
||||
/bin/crossexec
|
||||
/bin/ditto
|
||||
/bin/filter
|
||||
/bin/hurl
|
||||
/bin/iffe
|
||||
/bin/ksh
|
||||
/bin/mamake
|
||||
/bin/mktest
|
||||
/bin/ok/
|
||||
/bin/proto
|
||||
/bin/pty
|
||||
/bin/ratz
|
||||
/bin/regress
|
||||
/bin/release
|
||||
/bin/rt
|
||||
/bin/shcomp
|
||||
/bin/suid_exec
|
||||
/fun/
|
||||
/include/
|
||||
/lib/file/
|
||||
/lib/lib/
|
||||
/lib/libast.a
|
||||
/lib/libcmd.a
|
||||
/lib/libdll.a
|
||||
/lib/libshell.a
|
||||
/lib/libsum.a
|
||||
/lib/make/
|
||||
/lib/package/gen/
|
||||
/lib/probe/
|
||||
/man/
|
||||
|
||||
# This one keeps changing its license header, causing git to show an
|
||||
# uncommitted file. It's always re-copied anyway, and not for direct
|
||||
# invocation, so exclude. The source file is: src/cmd/INIT/execrate.sh
|
||||
bin/execrate
|
||||
|
||||
# Miscellaneous artefacts
|
||||
*.bak
|
||||
*.sav
|
||||
*.old
|
||||
*.orig
|
||||
.*.swp
|
||||
*.DS_Store
|
||||
*~
|
||||
.nfs*
|
||||
*.tmp
|
||||
*.rej
|
||||
*.project
|
||||
*.core
|
||||
core
|
||||
**/#*#
|
||||
Reference in New Issue
Block a user