fsck.f2fs: fix to check validation of block address
[platform/upstream/f2fs-tools.git] / .gitignore
1 .*
2 *~
3 *.[ao]
4 *.orig
5 *.tar.*
6 *.s
7 *.lo
8 *.la
9 *.so
10 *.so.dbg
11 *.mod.c
12 *.lst
13 *.orig
14 *.rej
15
16 CVS
17 !.gitignore
18 tags
19 TAGS
20 GPATH
21 GRTAGS
22 GSYMS
23 GTAGS
24
25 #
26 # Generated files
27 #
28 compile
29 install-sh
30 missing
31 depcomp
32 INSTALL
33 aclocal.m4
34 autoconf-[0-9].*
35 autom4te.cache
36 build-aux
37 Makefile
38 Makefile.in
39 config.*
40 configure
41 configure.scan
42 ltmain.sh
43 libtool
44 stamp-h
45 stamp-h1
46
47 /mkfs/mkfs.f2fs
48 /fsck/fsck.f2fs
49 /tools/f2fstat
50 /tools/fibmap.f2fs
51 /tools/parse.f2fs
52 /tools/f2fscrypt
53 /tools/f2fs_io/f2fs_io
54 /tools/sg_write_buffer/sg_write_buffer
55
56 # cscope files
57 cscope.*
58 ncscope.*