Browse Source

update .gitmodules and .gitignore

add branch name to .gitmodules and add .gitignore file

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu 2 years ago
parent
commit
f5b2672d32
2 changed files with 25 additions and 0 deletions
  1. 21 0
      .gitignore
  2. 4 0
      .gitmodules

+ 21 - 0
.gitignore

@@ -0,0 +1,21 @@
+# Top-level project build directories
+/work*
+
+# Top-level generic files
+/*.log
+
+# Merge conflict files
+*.orig
+*.swp
+
+*.code-workspace
+
+# ctags files
+tags
+TAGS
+ctags
+etags
+
+# cscope files
+cscope.*
+ncscope.*

+ 4 - 0
.gitmodules

@@ -1,12 +1,16 @@
 [submodule "buildroot"]
 	path = buildroot
 	url = http://192.168.110.45/sdk/sft-riscvpi-buildroot.git
+	branch = jh7110_fpga_dev_5.15
 [submodule "HiFive_U-Boot"]
 	path = HiFive_U-Boot
 	url = http://192.168.110.45/sdk/sft-riscvpi-uboot.git
+	branch = CR_752_UPSTREAM_yanhong.wang
 [submodule "linux"]
 	path = linux
 	url = http://192.168.110.45/sdk/sft-riscvpi-linux-5.10.git
+	branch = jh7110_fpga_dev_5.15
 [submodule "opensbi"]
 	path = opensbi
 	url = http://192.168.110.45/sdk/sft-riscvpi-opensbi.git
+	branch = jh7110_fpga_dev