116 lines
1.2 KiB
Plaintext
116 lines
1.2 KiB
Plaintext
#
|
|
# 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
|
|
*.ko
|
|
*.so
|
|
*.so.dbg
|
|
*.mod.c
|
|
*.i
|
|
*.lst
|
|
*.symtypes
|
|
*.order
|
|
*.elf
|
|
*.bin
|
|
*.gz
|
|
._*
|
|
.DS_Store
|
|
*.swp
|
|
*.tmp
|
|
*.log
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
[rR]elease
|
|
[dD]ebug
|
|
*_release
|
|
tags
|
|
TAGS
|
|
vmlinux
|
|
System.map
|
|
Module.markers
|
|
Module.symvers
|
|
!.gitignore
|
|
!.mailmap
|
|
|
|
#
|
|
# Generated include files
|
|
#
|
|
|
|
# stgit generated dirs
|
|
patches-*
|
|
|
|
# quilt's files
|
|
patches
|
|
series
|
|
*.patch
|
|
|
|
# cscope files
|
|
cscope.*
|
|
ncscope.*
|
|
|
|
*.orig
|
|
*~
|
|
\#*#
|
|
workspace
|
|
.BUILD*
|
|
~*
|
|
|
|
# Windows project stuff
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
|
|
# Xcode user state
|
|
*.xcbkptlist
|
|
*.xcuserstate
|
|
|
|
# Python bytecode
|
|
*.pyc
|
|
__pycache__
|
|
.pytest_cache
|
|
|
|
# IAR temp files
|
|
EW*.tmp
|
|
|
|
# Xcode build folders
|
|
DerivedData/
|
|
Build/
|
|
|
|
# Generated output
|
|
erpcgen-output
|
|
*.stackdump
|
|
*.tags*
|
|
/lib
|
|
armgcc
|
|
gcc
|
|
atl
|
|
kds
|
|
iar
|
|
mdk
|
|
lpcx
|
|
tags
|
|
|
|
format-files-to-commit.rb
|
|
language\.settings\.xml
|
|
*.vsix
|
|
null.d
|
|
boost.7z
|
|
boost*/
|
|
mingw.7z
|
|
mingw64/
|
|
vs_BuildTools*
|
|
|
|
# Zephyr's repo link
|
|
__repo__/ |