third_party_f2fs-tools/.gitignore
Damien Le Moal fec5a029b1 f2fs-tools: Add f2fs_io to .gitignore
GIT ignore compiled executable tools/f2fs_io/f2fs_io.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2019-03-23 19:00:10 +09:00

59 lines
543 B
Plaintext

.*
*~
*.[ao]
*.orig
*.tar.*
*.s
*.lo
*.la
*.so
*.so.dbg
*.mod.c
*.lst
*.orig
*.rej
CVS
!.gitignore
tags
TAGS
GPATH
GRTAGS
GSYMS
GTAGS
#
# Generated files
#
compile
install-sh
missing
depcomp
INSTALL
aclocal.m4
autoconf-[0-9].*
autom4te.cache
build-aux
Makefile
Makefile.in
config.*
configure
configure.scan
ltmain.sh
libtool
stamp-h
stamp-h1
/mkfs/mkfs.f2fs
/fsck/fsck.f2fs
/tools/f2fstat
/tools/fibmap.f2fs
/tools/parse.f2fs
/tools/f2fscrypt
/tools/f2fs_io/f2fs_io
/tools/sg_write_buffer/sg_write_buffer
# cscope files
cscope.*
ncscope.*