mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
133 lines
1.4 KiB
Plaintext
133 lines
1.4 KiB
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# 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
|
|
|
|
# A .gitignore for Keil projects.
|
|
# Taken mostly from http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm
|
|
|
|
# User-specific uVision files
|
|
*.opt
|
|
*.uvopt
|
|
*.uvoptx
|
|
*.uvgui
|
|
*.uvgui.*
|
|
*.uvguix.*
|
|
|
|
# Listing files
|
|
*.cod
|
|
*.htm
|
|
*.i
|
|
*.lst
|
|
*.map
|
|
*.m51
|
|
*.m66
|
|
# define exception below if needed
|
|
*.scr
|
|
|
|
# Object and HEX files
|
|
*.axf
|
|
*.b[0-3][0-9]
|
|
*.hex
|
|
*.d
|
|
*.crf
|
|
*.elf
|
|
*.hex
|
|
*.h86
|
|
# *.lib
|
|
*.obj
|
|
*.o
|
|
*.sbr
|
|
|
|
# Build files
|
|
# define exception below if needed
|
|
*.bat
|
|
*._ia
|
|
*.__i
|
|
*._ii
|
|
|
|
# Generated output files
|
|
/Listings/*
|
|
/Objects/*
|
|
|
|
# Debugger files
|
|
# define exception below if needed
|
|
*.ini
|
|
|
|
# Other files
|
|
*.build_log.htm
|
|
*.cdb
|
|
*.dep
|
|
*.ic
|
|
*.lin
|
|
*.lnp
|
|
*.orc
|
|
!AIR_Jlink_Keil/AIR32F103x/Target.lin
|
|
# define exception below if needed
|
|
# *.pack
|
|
# define exception below if needed
|
|
*.pdsc
|
|
*.plg
|
|
# define exception below if needed
|
|
*.sct
|
|
# 排除ModuleDemo\MPU\MPU_Test\OBJ\CRC.sct
|
|
!ModuleDemo/MPU/MPU_Test/OBJ/CRC.sct
|
|
*.sfd
|
|
*.sfr
|
|
|
|
# Miscellaneous
|
|
*.tra
|
|
*.bin
|
|
*.fed
|
|
*.l1p
|
|
*.l2p
|
|
*.iex
|