Teach BK to ignore configure output, general build products and specific programs
(Logical change 1.7)edge.strict_endians
parent
f2508179fc
commit
46d1b0d940
|
@ -1,2 +1,32 @@
|
|||
# Bitkeeper
|
||||
BitKeeper/*/*
|
||||
PENDING/*
|
||||
|
||||
# configure
|
||||
Makefile
|
||||
*/Makefile
|
||||
ntfstools/*.8
|
||||
config.log
|
||||
config.h
|
||||
config.cache
|
||||
config.status
|
||||
stamp-h
|
||||
libtool
|
||||
linux-ntfs.spec
|
||||
|
||||
# general build products
|
||||
*/.deps/*
|
||||
*/.libs/*
|
||||
*/*.o
|
||||
libntfs/*.l?
|
||||
|
||||
# specific programs
|
||||
ntfstools/dumplog
|
||||
ntfstools/mkntfs
|
||||
ntfstools/ntfsdump_logfile
|
||||
ntfstools/ntfsfix
|
||||
ntfstools/ntfsinfo
|
||||
ntfstools/ntfslabel
|
||||
ntfstools/ntfsresize
|
||||
ntfstools/ntfsundelete
|
||||
ntfstools/ntfswipe
|
||||
|
|
Loading…
Reference in New Issue