mirror of
https://github.com/SasaKaranovic/DIY-Filament-Dryer-v2.git
synced 2026-07-08 18:02:31 +02:00
96 lines
919 B
Plaintext
96 lines
919 B
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
|
|
|
|
### PlatformIO ###
|
|
.pioenvs
|
|
.piolibdeps
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
.pio
|
|
|
|
# Various Altium files
|
|
*.PrjPCBStructure
|
|
*.SchDocPreview
|
|
*.PcbDocPreview
|
|
__Previews
|
|
*.PrjPcbStructure
|
|
*.Dat
|
|
*.REP
|
|
*.TLT
|
|
*.LOG
|
|
*.log
|
|
*.htm
|
|
*.$$$
|
|
|
|
#useless dirs
|
|
Project\ Outputs
|
|
Project\ Logs
|
|
Project Outputs for*
|
|
|
|
#History
|
|
History
|
|
|
|
#Exports, but not manual ones
|
|
exports/*
|
|
!exports/manual
|
|
|
|
#Python stuff
|
|
scripts/__pycache__/
|
|
*.bak
|
|
*.dwl
|
|
*.dwl2
|
|
|
|
Firmware/data/
|
|
Firmware/src/version.h
|
|
Firmware/src/binary_data.ino
|