ignore file change

This commit is contained in:
YunHorn Technology 2022-09-21 08:12:07 +08:00
parent 33df952a44
commit d68c837a46
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -7,6 +7,8 @@
*.ko *.ko
*.obj *.obj
*.elf *.elf
*.axf
*.de
# Linker output # Linker output
*.ilk *.ilk
@ -28,7 +30,7 @@
*.so *.so
*.so.* *.so.*
*.dylib *.dylib
./Drivers
# Executables # Executables
*.exe *.exe
@ -37,6 +39,9 @@
*.i*86 *.i*86
*.x86_64 *.x86_64
*.hex *.hex
*.axf
*.dep
# Debug files # Debug files
*.dSYM/ *.dSYM/