Advertisement
t0mm13b

hecatae-gitignore

Jul 15th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  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. # NOTE! Please use 'git-ls-files -i --exclude-standard'
  7. # command after changing this file, to see if there are
  8. # any tracked files which get ignored after the change.
  9. #
  10. # Normal rules
  11. #
  12. .*
  13. *.o
  14. *.o.*
  15. *.a
  16. *.s
  17. *.ko
  18. *.so
  19. *.so.dbg
  20. *.mod.c
  21. *.i
  22. *.lst
  23. *.symtypes
  24. *.order
  25. modules.builtin
  26. *.elf
  27. *.bin
  28. *.gz
  29. *.bz2
  30. *.lzma
  31. *.lzo
  32. *.patch
  33. *.gcno
  34.  
  35. #
  36. # Top-level generic files
  37. #
  38. tags
  39. TAGS
  40. vmlinux
  41. vmlinux.lds
  42. zImage
  43. Image
  44. System.map
  45. Module.markers
  46. Module.symvers
  47. !.gitignore
  48. !.mailmap
  49.  
  50. #
  51. # Generated include files
  52. #
  53. include/asm
  54. include/asm-*/asm-offsets.h
  55. include/config
  56. include/linux/autoconf.h
  57. include/linux/compile.h
  58. include/linux/version.h
  59. include/linux/utsrelease.h
  60. include/linux/bounds.h
  61. include/generated
  62.  
  63. arch/arm/mach-msm/smd_rpc_sym.c
  64. drivers/char/consolemap_deftbl.c
  65. drivers/char/defkeymap.c
  66. include/asm-arm/
  67. kernel/config_data.h
  68. kernel/timeconst.h
  69. lib/crc32table.h
  70. lib/gen_crc32table
  71. scripts/basic/docproc
  72. scripts/kconfig/mconf
  73. scripts/basic/fixdep
  74. scripts/basic/hash
  75. scripts/bin2c
  76. scripts/conmakehash
  77. scripts/kallsyms
  78. scripts/kconfig/conf
  79. scripts/kconfig/lex.zconf.c
  80. scripts/kconfig/zconf.hash.c
  81. scripts/kconfig/zconf.tab.c
  82. scripts/mod/elfconfig.h
  83. scripts/mod/mk_elfconfig
  84. scripts/mod/modpost
  85. usr/gen_init_cpio
  86. usr/initramfs_data.cpio
  87.  
  88.  
  89.  
  90.  
  91. # stgit generated dirs
  92. patches-*
  93.  
  94. # quilt's files
  95. patches
  96. series
  97.  
  98. # cscope files
  99. cscope.*
  100. ncscope.*
  101.  
  102. *.orig
  103. *~
  104. \#*#
  105.  
  106. # compressed boot files
  107. arch/arm/boot/compressed/lib1funcs.S
  108. arch/arm/boot/compressed/piggy.gzip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement