123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- #
- # 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
- ubihealthd
- 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-*
- *.patch
- # cscope and ctag files
- cscope.*
- ncscope.*
- /TAGS
- /tags
|