107 lines
1.1 KiB
Plaintext
107 lines
1.1 KiB
Plaintext
# Generic C gitignore template
|
|
|
|
build/
|
|
debug/
|
|
.vscode/
|
|
.cache/
|
|
out/
|
|
|
|
compile_commands.json
|
|
.mxproject
|
|
.stm32env
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.i
|
|
*.p1
|
|
*.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
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Other
|
|
*.cmf
|
|
*.hxl
|
|
*.lst
|
|
*.mum
|
|
*.rlf
|
|
*.sdb
|
|
*.sym
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
#Ignore List for Microchip's MPLAB X IDE
|
|
#It's a form of NetBeans with vendor specific changes
|
|
#Taken from zeha on GIST https://gist.github.com/zeha/5999375
|
|
#Updated by Cristian Cristea (https://github.com/cristiancristea00)
|
|
|
|
*.d
|
|
*.pre
|
|
*.p1
|
|
*.lst
|
|
*.sym
|
|
*.obj
|
|
*.o
|
|
*.sdb
|
|
*.obj.dmp
|
|
*.mk
|
|
*.map
|
|
*.properties
|
|
*.production
|
|
*.debug
|
|
html/
|
|
nbproject/private/
|
|
nbproject/Package-*.bash
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
funclist
|
|
#nbproject/Makefile-*
|
|
disassembly/
|
|
.generated_files/ |