145 lines
2.0 KiB
Plaintext
145 lines
2.0 KiB
Plaintext
|
|
# Created by https://www.toptal.com/developers/gitignore/api/c,visualstudiocode,atmelstudio,c++,kicad
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=c,visualstudiocode,atmelstudio,c++,kicad
|
|
|
|
### AtmelStudio ###
|
|
## Ignore Atmel Studio temporary files and build results
|
|
# https://www.microchip.com/mplab/avr-support/atmel-studio-7
|
|
|
|
# Atmel Studio is powered by an older version of Visual Studio,
|
|
# so most of the project and solution files are the same as VS files,
|
|
# only prefixed by an `at`.
|
|
|
|
#Build Directories
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
|
|
#Build Results
|
|
*.o
|
|
*.d
|
|
*.eep
|
|
*.elf
|
|
*.hex
|
|
*.map
|
|
*.srec
|
|
|
|
#User Specific Files
|
|
*.atsuo
|
|
|
|
### C ###
|
|
# Prerequisites
|
|
|
|
# Object files
|
|
*.ko
|
|
*.obj
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.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
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
### C++ ###
|
|
# Prerequisites
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
|
|
# Precompiled Headers
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
|
|
# Executables
|
|
|
|
### KiCad ###
|
|
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
|
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
|
|
|
# Temporary files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*.sch-bak
|
|
*~
|
|
_autosave-*
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
fp-info-cache
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|
|
|
|
### KiCad Patch ###
|
|
rescue-backup/
|
|
|
|
*.tsv
|
|
bom/
|
|
|
|
# Gerber export output
|
|
out/
|
|
|
|
### VisualStudioCode ###
|
|
*/.vscode/*
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
*.code-workspace
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/c,visualstudiocode,atmelstudio,c++,kicad
|