diff options
author | RajithaY <rajithax.yerrumsetty@intel.com> | 2017-04-25 03:31:15 -0700 |
---|---|---|
committer | Rajitha Yerrumchetty <rajithax.yerrumsetty@intel.com> | 2017-05-22 06:48:08 +0000 |
commit | bb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch) | |
tree | ca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/roms/u-boot/.gitignore | |
parent | a14b48d18a9ed03ec191cf16b162206998a895ce (diff) |
Adding qemu as a submodule of KVMFORNFV
This Patch includes the changes to add qemu as a submodule to
kvmfornfv repo and make use of the updated latest qemu for the
execution of all testcase
Change-Id: I1280af507a857675c7f81d30c95255635667bdd7
Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
Diffstat (limited to 'qemu/roms/u-boot/.gitignore')
-rw-r--r-- | qemu/roms/u-boot/.gitignore | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/qemu/roms/u-boot/.gitignore b/qemu/roms/u-boot/.gitignore deleted file mode 100644 index a6b2d1c65..000000000 --- a/qemu/roms/u-boot/.gitignore +++ /dev/null @@ -1,89 +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 -# -.* -*.o -*.o.* -*.a -*.s -*.su -*.mod.c -*.i -*.lst -*.order -*.elf -*.swp -*.bin -*.patch -*.cfgtmp -*.dts.tmp - -# Build tree -/build-* - -# -# Top-level generic files -# -/MLO* -/SPL -/System.map -/u-boot* - -# -# git files that we don't want to ignore even it they are dot-files -# -!.gitignore -!.mailmap - -# -# Generated files -# - -/LOG -/errlog -/reloc_off - -/spl/* -!/spl/Makefile -/tpl/ - -# -# Generated include files -# -/include/config/ -/include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk - -# stgit generated dirs -patches-* -.stgit-edit.txt - -# quilt's files -patches -series - -# gdb files -.gdb_history - -# cscope files -cscope.* - -# tags files -/tags -/ctags -/etags - -# gnu global files -GPATH -GRTAGS -GSYMS -GTAGS - -*.orig -*~ -\#*# |