summaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore72
1 files changed, 0 insertions, 72 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0ad3a33..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,72 +0,0 @@
-#
-# 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