mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
.gitignore fix for flat-hierarchy binaries (re: cda1976e
)
To ignore binaries generated by 'bin/package flat make', the entries all need an initial '/' or they will be ignored on deeper hierarchy levels as well.
This commit is contained in:
parent
c8513fcb7a
commit
f2c84ee202
1 changed files with 33 additions and 33 deletions
66
.gitignore
vendored
66
.gitignore
vendored
|
@ -4,39 +4,39 @@ tgz
|
||||||
lcl
|
lcl
|
||||||
|
|
||||||
# Flat make libs, binaries, etc
|
# Flat make libs, binaries, etc
|
||||||
bin/.paths
|
/bin/.paths
|
||||||
bin/ar
|
/bin/ar
|
||||||
bin/cc
|
/bin/cc
|
||||||
bin/crossexec
|
/bin/crossexec
|
||||||
bin/ditto
|
/bin/ditto
|
||||||
bin/filter
|
/bin/filter
|
||||||
bin/hurl
|
/bin/hurl
|
||||||
bin/iffe
|
/bin/iffe
|
||||||
bin/ksh
|
/bin/ksh
|
||||||
bin/mamake
|
/bin/mamake
|
||||||
bin/mktest
|
/bin/mktest
|
||||||
bin/ok/
|
/bin/ok/
|
||||||
bin/proto
|
/bin/proto
|
||||||
bin/pty
|
/bin/pty
|
||||||
bin/ratz
|
/bin/ratz
|
||||||
bin/regress
|
/bin/regress
|
||||||
bin/release
|
/bin/release
|
||||||
bin/rt
|
/bin/rt
|
||||||
bin/shcomp
|
/bin/shcomp
|
||||||
bin/suid_exec
|
/bin/suid_exec
|
||||||
fun/
|
/fun/
|
||||||
include/
|
/include/
|
||||||
lib/file/
|
/lib/file/
|
||||||
lib/lib/
|
/lib/lib/
|
||||||
lib/libast.a
|
/lib/libast.a
|
||||||
lib/libcmd.a
|
/lib/libcmd.a
|
||||||
lib/libdll.a
|
/lib/libdll.a
|
||||||
lib/libshell.a
|
/lib/libshell.a
|
||||||
lib/libsum.a
|
/lib/libsum.a
|
||||||
lib/make/
|
/lib/make/
|
||||||
lib/package/gen/
|
/lib/package/gen/
|
||||||
lib/probe/
|
/lib/probe/
|
||||||
man/
|
/man/
|
||||||
|
|
||||||
# This one keeps changing its license header, causing git to show an
|
# This one keeps changing its license header, causing git to show an
|
||||||
# uncommitted file. It's always re-copied anyway, and not for direct
|
# uncommitted file. It's always re-copied anyway, and not for direct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue