.gitignore 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. #
  2. # Ignore patterns in this directory and all subdirectories.
  3. #
  4. *.1
  5. *.8
  6. *.a
  7. *.exec
  8. *.exec.exe
  9. *.image
  10. *.image.exe
  11. *.img
  12. *.log
  13. *.lst
  14. *.marker
  15. *.mod
  16. *.o
  17. *.pf2
  18. *.pp
  19. *.pyc
  20. *.trs
  21. *~
  22. .deps-core/
  23. .deps-util/
  24. .deps/
  25. .dirstamp
  26. DISTLIST
  27. GPATH
  28. GRTAGS
  29. GSYMS
  30. GTAGS
  31. Makefile
  32. Makefile.in
  33. ascii.bitmaps
  34. genkernsyms.sh
  35. gensymlist.sh
  36. grub-bin2h
  37. grub-emu
  38. grub-emu-lite
  39. grub-emu-lite.exe
  40. grub-emu.exe
  41. grub-macho2img
  42. grub_emu_init.c
  43. grub_emu_init.h
  44. grub_probe_init.c
  45. grub_probe_init.h
  46. grub_script.tab.c
  47. grub_script.tab.h
  48. grub_script.yy.c
  49. grub_script.yy.h
  50. grub_script_check_init.c
  51. grub_script_check_init.h
  52. grub_setup_init.c
  53. grub_setup_init.h
  54. mdate-sh
  55. mod-*.c
  56. update-grub_lib
  57. widthspec.bin
  58. #
  59. # Ignore patterns relative to this .gitignore file's directory.
  60. #
  61. /00_header
  62. /10_*
  63. /20_linux_xen
  64. /30_os-prober
  65. /30_uefi-firmware
  66. /40_custom
  67. /41_custom
  68. /ABOUT-NLS
  69. /ChangeLog
  70. /INSTALL.grub
  71. /Makefile.util.am
  72. /Makefile.utilgcry.def
  73. /aclocal.m4
  74. /ahci_test
  75. /ascii.h
  76. /autom4te.cache/
  77. /btrfs_test
  78. /build-aux/
  79. /build-grub-gen-asciih
  80. /build-grub-gen-widthspec
  81. /build-grub-mkfont
  82. /cdboot_test
  83. /cmp_test
  84. /compile
  85. /config-util.h
  86. /config-util.h.in
  87. /config.cache
  88. /config.guess
  89. /config.h
  90. /config.log
  91. /config.status
  92. /config.sub
  93. /configure
  94. /contrib
  95. /core_compress_test
  96. /cpio_test
  97. /date_test
  98. /depcomp
  99. /docs/*.info
  100. /docs/*.info-[0-9]*
  101. /docs/stamp-1
  102. /docs/stamp-vti
  103. /docs/version-dev.texi
  104. /docs/version.texi
  105. /ehci_test
  106. /erofs_test
  107. /example_grub_script_test
  108. /example_scripted_test
  109. /example_unit_test
  110. /exfat_test
  111. /ext234_test
  112. /f2fs_test
  113. /fat_test
  114. /fddboot_test
  115. /file_filter_test
  116. /garbage-gen
  117. /garbage-gen.exe
  118. /gettext_strings_test
  119. /gnulib/
  120. /grub-2.[0-9]*/
  121. /grub-2.[0-9]*.tar.gz
  122. /grub-bios-setup
  123. /grub-bios-setup.exe
  124. /grub-core/*.module
  125. /grub-core/*.module.exe
  126. /grub-core/*.pp
  127. /grub-core/Makefile.core.am
  128. /grub-core/Makefile.gcry.def
  129. /grub-core/bootinfo.txt
  130. /grub-core/build-grub-module-verifier
  131. /grub-core/build-grub-pe2elf.exe
  132. /grub-core/contrib
  133. /grub-core/gdb_grub
  134. /grub-core/genmod.sh
  135. /grub-core/gensyminfo.sh
  136. /grub-core/gentrigtables
  137. /grub-core/gentrigtables.exe
  138. /grub-core/gmodule.pl
  139. /grub-core/grub.chrp
  140. /grub-core/kernel.img.bin
  141. /grub-core/lib/gnulib
  142. /grub-core/lib/libgcrypt-grub
  143. /grub-core/modinfo.sh
  144. /grub-core/rs_decoder.h
  145. /grub-core/symlist.c
  146. /grub-core/symlist.h
  147. /grub-core/trigtables.c
  148. /grub-core/unidata.c
  149. /grub-editenv
  150. /grub-editenv.exe
  151. /grub-file
  152. /grub-file.exe
  153. /grub-fs-tester
  154. /grub-fstest
  155. /grub-fstest.exe
  156. /grub-glue-efi
  157. /grub-glue-efi.exe
  158. /grub-install
  159. /grub-install.exe
  160. /grub-kbdcomp
  161. /grub-macbless
  162. /grub-macbless.exe
  163. /grub-menulst2cfg
  164. /grub-menulst2cfg.exe
  165. /grub-mk*
  166. /grub-mount
  167. /grub-ofpathname
  168. /grub-ofpathname.exe
  169. /grub-probe
  170. /grub-probe.exe
  171. /grub-protect
  172. /grub-protect.exe
  173. /grub-reboot
  174. /grub-render-label
  175. /grub-render-label.exe
  176. /grub-script-check
  177. /grub-script-check.exe
  178. /grub-set-default
  179. /grub-shell
  180. /grub-shell-tester
  181. /grub-sparc64-setup
  182. /grub-sparc64-setup.exe
  183. /grub-syslinux2cfg
  184. /grub-syslinux2cfg.exe
  185. /grub_cmd_date
  186. /grub_cmd_echo
  187. /grub_cmd_regexp
  188. /grub_cmd_set_date
  189. /grub_cmd_sleep
  190. /grub_cmd_test
  191. /grub_cmd_tr
  192. /grub_fstest_init.c
  193. /grub_fstest_init.h
  194. /grub_func_test
  195. /grub_script_blanklines
  196. /grub_script_blockarg
  197. /grub_script_break
  198. /grub_script_comments
  199. /grub_script_continue
  200. /grub_script_dollar
  201. /grub_script_echo1
  202. /grub_script_echo_keywords
  203. /grub_script_escape_comma
  204. /grub_script_eval
  205. /grub_script_expansion
  206. /grub_script_final_semicolon
  207. /grub_script_for1
  208. /grub_script_functions
  209. /grub_script_gettext
  210. /grub_script_if
  211. /grub_script_leading_whitespace
  212. /grub_script_no_commands
  213. /grub_script_not
  214. /grub_script_return
  215. /grub_script_setparams
  216. /grub_script_shift
  217. /grub_script_strcmp
  218. /grub_script_test
  219. /grub_script_vars1
  220. /grub_script_while1
  221. /gzcompress_test
  222. /hddboot_test
  223. /help_test
  224. /hfs_test
  225. /hfsplus_test
  226. /include/grub/cpu
  227. /include/grub/gcrypt/g10lib.h
  228. /include/grub/gcrypt/gcrypt.h
  229. /include/grub/machine
  230. /install-sh
  231. /iso9660_test
  232. /jfs_test
  233. /lib/libgcrypt-grub
  234. /libgrub_a_init.c
  235. /lzocompress_test
  236. /luks1_test
  237. /luks2_test
  238. /m4/
  239. /minixfs_test
  240. /missing
  241. /netboot_test
  242. /nilfs2_test
  243. /ntfs_test
  244. /ohci_test
  245. /partmap_test
  246. /pata_test
  247. /po/*.gmo
  248. /po/*.mo
  249. /po/*.po
  250. /po/LINGUAS
  251. /po/Makefile.in.in
  252. /po/Makevars
  253. /po/Makevars.template
  254. /po/POTFILES
  255. /po/POTFILES-shell.in
  256. /po/POTFILES.in
  257. /po/Rules-quot
  258. /po/grub.pot
  259. /po/remove-potcdate.sed
  260. /po/stamp-po
  261. /printf_test
  262. /priority_queue_unit_test
  263. /pseries_test
  264. /reiserfs_test
  265. /romfs_test
  266. /squashfs_test
  267. /stamp-h
  268. /stamp-h.in
  269. /stamp-h1
  270. /syslinux_test
  271. /tar_test
  272. /test_sha512sum
  273. /test_unset
  274. /tests/syslinux/ubuntu10.04_grub.cfg
  275. /texinfo.tex
  276. /udf_test
  277. /uhci_test
  278. /util/bash-completion.d/grub
  279. /widthspec.h
  280. /xfs_test
  281. /xzcompress_test
  282. /zfs_test