Преглед на файлове

2020.02.21 / Folus Wen

Actions:
1. Add .gitignore file at SDK root folder.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen преди 5 години
родител
ревизия
da493fc83a
променени са 1 файла, в които са добавени 25 реда и са изтрити 0 реда
  1. 25 0
      .gitignore

+ 25 - 0
.gitignore

@@ -0,0 +1,25 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git ls-files -i --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+#
+# Normal rules
+#
+#.*
+*.o
+*.o.*
+*.a
+*.s
+*.so
+*.so.dbg
+*.mod.c
+*.i
+*.lst
+*.symtypes
+*.order
+*.elf
+*.bin