.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. #
  2. # NOTE! Don't add files that are generated in specific
  3. # subdirectories here. Add them in the ".gitignore" file
  4. # in that subdirectory instead.
  5. #
  6. # Normal rules
  7. #
  8. .*
  9. *.gdb
  10. *.o
  11. *.a
  12. *.s
  13. *.ko
  14. *.so
  15. *.mod.c
  16. *~
  17. #
  18. # Our programs
  19. #
  20. doc_loadbios
  21. docfdisk
  22. flash_erase
  23. flash_lock
  24. flash_otp_dump
  25. flash_otp_info
  26. flash_otp_lock
  27. flash_otp_write
  28. flash_unlock
  29. flashcp
  30. ftl_check
  31. ftl_format
  32. jffs2dump
  33. jffs2reader
  34. mkfs.jffs2
  35. mtd_debug
  36. mtdpart
  37. nanddump
  38. nandtest
  39. nandwrite
  40. nftl_format
  41. nftldump
  42. recv_image
  43. rfddump
  44. rfdformat
  45. serve_image
  46. sumtool
  47. JitterTest
  48. checkfs
  49. free_space
  50. fstest_monitor
  51. ftrunc
  52. fwrite00
  53. gcd_hupper
  54. integ
  55. integck
  56. io_basic
  57. io_paral
  58. io_read
  59. io_update
  60. lsmtd
  61. makefiles
  62. mkfs.ubifs
  63. mkvol_bad
  64. mkvol_basic
  65. mkvol_paral
  66. mtdinfo
  67. orph
  68. pdfrun
  69. perf
  70. plotJittervsFill
  71. rmdir00
  72. rndrm00
  73. rndrm99
  74. rndwrite00
  75. rsvol
  76. stress_1
  77. stress_2
  78. stress_3
  79. test_1
  80. test_2
  81. flash_torture
  82. flash_stress
  83. flash_speed
  84. flash_readtest
  85. nandbiterrs
  86. nandpagetest
  87. nandsubpagetest
  88. ubiattach
  89. ubiblock
  90. ubicrc32
  91. ubidetach
  92. ubiformat
  93. ubimkvol
  94. ubinfo
  95. ubinize
  96. ubirename
  97. ubirmvol
  98. ubirsvol
  99. ubiupdatevol
  100. volrefcnt
  101. mtdlib_test
  102. ubilib_test
  103. ubihealthd
  104. tests/fs-tests/fs_help_all.sh
  105. tests/fs-tests/fs_run_all.sh
  106. tests/fs-tests/stress/fs_stress00.sh
  107. tests/fs-tests/stress/fs_stress01.sh
  108. tests/ubi-tests/runubitests.sh
  109. tests/ubi-tests/ubi-stress-test.sh
  110. #
  111. # Files generated by autotools
  112. #
  113. /Makefile
  114. /Makefile.in
  115. /aclocal.m4
  116. /autom4te.cache/
  117. /config.*
  118. /configure
  119. /depcomp
  120. /install-sh
  121. /libtool
  122. /ltmain.sh
  123. /m4/
  124. /missing
  125. /stamp-h?
  126. /compile
  127. /include/config.h
  128. /include/config.h.in
  129. /include/stamp-h1
  130. test-driver
  131. *.log
  132. *.trs
  133. #
  134. # Top-level generic files
  135. #
  136. #
  137. # git files that we don't want to ignore even it they are dot-files
  138. #
  139. !.gitignore
  140. # stgit generated dirs
  141. patches-*
  142. *.patch
  143. # cscope and ctag files
  144. cscope.*
  145. ncscope.*
  146. /TAGS
  147. /tags