summaryrefslogtreecommitdiffstats
path: root/u-boot
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2012-08-03 19:07:47 +0200
committerH. Nikolaus Schaller <hns@goldelico.com>2012-08-03 19:10:55 +0200
commitf554ae5f83c13c0628252aec905e0c8a41542869 (patch)
tree866070e1eef3dc5fc7c4d2b4d669af7427ac194d /u-boot
parent81bf139de7e98f87bfa0c9f1b0dc08a3fd4ca393 (diff)
downloadbootable_bootloader_goldelico_gta04-f554ae5f83c13c0628252aec905e0c8a41542869.zip
bootable_bootloader_goldelico_gta04-f554ae5f83c13c0628252aec905e0c8a41542869.tar.gz
bootable_bootloader_goldelico_gta04-f554ae5f83c13c0628252aec905e0c8a41542869.tar.bz2
fixed .gitigore for u-boot sources (was in wrong directory level so that path filters did not work correctly)
Diffstat (limited to 'u-boot')
-rw-r--r--u-boot/.gitignore72
1 files changed, 72 insertions, 0 deletions
diff --git a/u-boot/.gitignore b/u-boot/.gitignore
new file mode 100644
index 0000000..0ad3a33
--- /dev/null
+++ b/u-boot/.gitignore
@@ -0,0 +1,72 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+
+*.rej
+*.orig
+*.a
+*.o
+*~
+*.swp
+*.patch
+
+#
+# Top-level generic files
+#
+
+/System.map
+/u-boot
+/u-boot.hex
+/u-boot.imx
+/u-boot.map
+/u-boot.bin
+/u-boot.srec
+/u-boot.ldr
+/u-boot.ldr.hex
+/u-boot.ldr.srec
+/u-boot.lds
+/u-boot-onenand.bin
+/u-boot-flexonenand.bin
+
+#
+# Generated files
+#
+
+*.depend
+/LOG
+/errlog
+/reloc_off
+
+/include/generated/
+/lib/asm-offsets.s
+
+# stgit generated dirs
+patches-*
+.stgit-edit.txt
+
+# quilt's files
+patches
+series
+
+# gdb files
+.gdb_history
+
+# cscope files
+cscope.*
+
+# tags files
+/tags
+/ctags
+/etags
+
+# OneNAND IPL files
+/onenand_ipl/onenand-ipl*
+/onenand_ipl/board/*/onenand*
+/onenand_ipl/board/*/*.S
+
+# OSX
+.DS_Store \ No newline at end of file