137 lines
1.3 KiB
Plaintext
Executable File
137 lines
1.3 KiB
Plaintext
Executable File
#################
|
|
## LaskaKit Useful stuff
|
|
#################
|
|
|
|
#############
|
|
## LaskaKit folders
|
|
#############
|
|
input/
|
|
|
|
## AVR Development
|
|
*.eep
|
|
*.elf
|
|
*.lst
|
|
*.lss
|
|
*.sym
|
|
*.d
|
|
*.o
|
|
*.srec
|
|
*.map
|
|
|
|
## Notepad++ backup files
|
|
*.bak
|
|
|
|
## BOM files
|
|
*bom*
|
|
|
|
#############
|
|
## Eagle
|
|
#############
|
|
|
|
*.epf
|
|
*.brd
|
|
*.sch
|
|
|
|
# Ignore the board and schematic backup files
|
|
*.b#?
|
|
*.s#?
|
|
*.l#?
|
|
|
|
|
|
#################
|
|
## Visual Studio
|
|
#################
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
*_i.c
|
|
*_p.c
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.vspscc
|
|
.builds
|
|
*.dotCover
|
|
|
|
.pio
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/ipch
|
|
|
|
############
|
|
## Windows
|
|
############
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
|
|
#############
|
|
## Mac OS
|
|
#############
|
|
|
|
.DS_Store
|
|
|
|
|
|
#############
|
|
## Linux
|
|
#############
|
|
|
|
# backup files (*.bak on Win)
|
|
*~
|
|
|
|
|
|
#############
|
|
## Python
|
|
#############
|
|
|
|
*.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
#Translations
|
|
*.mo
|
|
|
|
#Mr Developer
|
|
.mr.developer.cfg |