Skip to content

Commit

Permalink
.gitignore: add more build products
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Aug 20, 2014
1 parent 30fb6ac commit 2aff19c
Showing 1 changed file with 68 additions and 11 deletions.
79 changes: 68 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ missing
config.log
config.status
config.h
config.h.in
libtool
.deps/

Expand All @@ -42,23 +43,79 @@ libtool
*.x86_64
*.hex

# Project specific build products
scrub
aestest
pad
pat
tgetsize
tprogress
trand
tsig
tsize

# autoconf-preprocessed
Makefile
*.1
*.3
*.5
*.8
*.spec
*.pc

# misc
*.swp
*.diff
core.*
*.tar.gz

# project specific
diod/diod
scripts/auto.diod
scripts/diod.init
utils/diodcat
utils/dioddate
utils/diodload
utils/diodls
utils/diodmount
utils/diodshowmount
utils/dtop

tests/*/*.diod
tests/misc/tcap
tests/misc/tconf
tests/misc/tfcntl
tests/misc/tfidpool
tests/misc/tlist
tests/misc/tlua
tests/misc/tnpsrv
tests/misc/tnpsrv2
tests/misc/tnpsrv3
tests/misc/topt
tests/misc/tserialize
tests/misc/tsetfsuid
tests/misc/tsetfsuidsupp
tests/misc/tsetuid
tests/misc/tsuppgrp
tests/user/conjoin
tests/user/tattach
tests/user/tattachmt
tests/user/tflush
tests/user/tgetxattr
tests/user/tmkdir
tests/user/tread
tests/user/tremovexattr
tests/user/tsetxattr
tests/user/tstat
tests/user/twrite
tests/user/txattr
tests/kern/dbench/proto.h
tests/kern/dbench/dbench
tests/kern/fsstress/fsstress
tests/kern/fstest/fstest
tests/kern/fsx/fsx
tests/kern/kconjoin
tests/kern/pathwalk
tests/kern/postmark/postmark
tests/kern/tatomic
tests/kern/tcreate
tests/kern/tfcntl2
tests/kern/tfcntl3
tests/kern/tflock
tests/kern/tflock2
tests/kern/tfsgid
tests/kern/trename
tests/kern/tstat
tests/kern/tstatfs
tests/kern/tsuppgrp
tests/kern/t32.dbench
tests/kern/t33.postmark

0 comments on commit 2aff19c

Please sign in to comment.