152 lines
1.7 KiB
Plaintext
152 lines
1.7 KiB
Plaintext
#
|
|
# NOTE! Don't add files that are generated in specific
|
|
# subdirectories here. Add them in the ".gitignore" file
|
|
# in that subdirectory instead.
|
|
#
|
|
# Normal rules
|
|
#
|
|
.*
|
|
*.gdb
|
|
*.o
|
|
*.a
|
|
*.s
|
|
*.ko
|
|
*.so
|
|
*.mod.c
|
|
*~
|
|
|
|
#
|
|
# Our programs
|
|
#
|
|
doc_loadbios
|
|
docfdisk
|
|
flash_erase
|
|
flash_lock
|
|
flash_otp_dump
|
|
flash_otp_info
|
|
flash_otp_lock
|
|
flash_otp_write
|
|
flash_unlock
|
|
flashcp
|
|
ftl_check
|
|
ftl_format
|
|
jffs2dump
|
|
jffs2reader
|
|
mkfs.jffs2
|
|
mtd_debug
|
|
mtdpart
|
|
nanddump
|
|
nandtest
|
|
nandwrite
|
|
nftl_format
|
|
nftldump
|
|
recv_image
|
|
rfddump
|
|
rfdformat
|
|
serve_image
|
|
sumtool
|
|
JitterTest
|
|
checkfs
|
|
free_space
|
|
fstest_monitor
|
|
ftrunc
|
|
fwrite00
|
|
gcd_hupper
|
|
integ
|
|
integck
|
|
io_basic
|
|
io_paral
|
|
io_read
|
|
io_update
|
|
lsmtd
|
|
makefiles
|
|
mkfs.ubifs
|
|
mkvol_bad
|
|
mkvol_basic
|
|
mkvol_paral
|
|
mtdinfo
|
|
orph
|
|
pdfrun
|
|
perf
|
|
plotJittervsFill
|
|
rmdir00
|
|
rndrm00
|
|
rndrm99
|
|
rndwrite00
|
|
rsvol
|
|
stress_1
|
|
stress_2
|
|
stress_3
|
|
test_1
|
|
test_2
|
|
flash_torture
|
|
flash_stress
|
|
flash_speed
|
|
flash_readtest
|
|
nandbiterrs
|
|
nandpagetest
|
|
nandsubpagetest
|
|
ubiattach
|
|
ubiblock
|
|
ubicrc32
|
|
ubidetach
|
|
ubiformat
|
|
ubimkvol
|
|
ubinfo
|
|
ubinize
|
|
ubirename
|
|
ubirmvol
|
|
ubirsvol
|
|
ubiupdatevol
|
|
volrefcnt
|
|
mtdlib_test
|
|
ubilib_test
|
|
tests/fs-tests/fs_help_all.sh
|
|
tests/fs-tests/fs_run_all.sh
|
|
tests/fs-tests/stress/fs_stress00.sh
|
|
tests/fs-tests/stress/fs_stress01.sh
|
|
tests/ubi-tests/runubitests.sh
|
|
tests/ubi-tests/ubi-stress-test.sh
|
|
|
|
#
|
|
# Files generated by autotools
|
|
#
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/config.*
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/m4/
|
|
/missing
|
|
/stamp-h?
|
|
/compile
|
|
/include/config.h
|
|
/include/config.h.in
|
|
/include/stamp-h1
|
|
test-driver
|
|
*.log
|
|
*.trs
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
|
|
#
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
#
|
|
!.gitignore
|
|
|
|
# stgit generated dirs
|
|
patches-*
|
|
|
|
# cscope and ctag files
|
|
cscope.*
|
|
ncscope.*
|
|
/TAGS
|
|
/tags
|