| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- # Prerequisites
- *.d
- *.luac
- *.lnks
- *.pdf
- .vscode
- vscode.code-workspace
- # Object files
- *.o
- *.ko
- *.obj
- *.elf
- # Linker output
- *.ilk
- *.map
- *.exp
- # Precompiled Headers
- *.gch
- *.pch
- # Libraries
- *.lib
- *.a
- *.la
- *.lo
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- *.exe
- *.out
- *.app
- *.i*86
- *.x86_64
- *.hex
- # Debug files
- *.dSYM/
- *.su
- *.idb
- *.pdb
- # Kernel Module Compile Results
- #*.mod*
- *.cmd
- .tmp_versions/
- modules.order
- Module.symvers
- Mkfile.old
- dkms.conf
- bsp/air302/FlashToolCLI/
- bsp/air302/tmp/
- bsp/air302/local*
- bsp/air302/disk/
- *.zip
- tools/java/.classpath
- tools/java/.project
- tools/java/.settings/
- tools/java/target/
- bsp/air640w/disk/
- bsp/air640w/tmp/
- bsp/air640w/local*
- __pycache__
- *.pyc
- *.tlv
- *.fs
- bsp/air302/air302_sdk/**
- /bsp/air724/sdk/out
- /bsp/air724/sdk/hex
- /bsp/air724/sdk/prebuilts/win32
- *.cmake
- debug.log
|