#-----------------------------------------------------------------
# Ignore files below with specific types (in all repo folders):
# Example: *.txt

# ---> C
# 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



#-----------------------------------------------------------------
# But not ignore files (in all repo folders):
# Example: !dummy.txt



#-----------------------------------------------------------------
# Ignore files in root directory:
# Example: /dummy.txt



#-----------------------------------------------------------------
# Ignore a specific files (in all repo folders):
# Example: dummy.txt

#JLink
# /MCU/IDE/Keil/JLinkLog.txt

#-----------------------------------------------------------------
# Ingore files in folders below (in all repo folders):
# Example 1: dummy/
# Example 2: dummy/test.txt

build/
build_*/
debug/
# release/

latex/
html/
man/

.vscode
tmp

#-----------------------------------------------------------------
# Ignore specific folders (in all repo folders)
# Example: logs




#------------------------------------------------ END OF FILE ------------------------------------------------