Files
LorcanaCounter/.gitignore
2024-08-16 19:36:19 +01:00

50 lines
1.1 KiB
Plaintext

#############################################################
# KiCAD (version 8)
#
# Based on a blog post of Usama Abid:
# https://medium.com/inventhub/better-manage-kicad-projects-
# using-git-8d06e1310af8
#
# Check the KiCAD documentation for a description of the
# different files and whether they're relevant for version
# control:
# https://docs.kicad.org/7.0/en/kicad/kicad.html#
# kicad_files_and_folders
#
# Note: I used this in a KiCAD 8 project. I'm not sure if it
# will work for older versions.
#############################################################
# Ignore the automatic backups folder
*-backups
# Ignore the various temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.sch-bak
*.lck
*~
_autosave-*
\#auto_saved_files\#
*.tmp
*-save.pro
*-save.kicad_pcb
# Footprint cache can also be safely ignored. It's only
# there to "speed up loading of footprint libraries".
fp-info-cache
# Stores local settings, such as visible layers or
# selected filters. Can be safely ignored.
*.kicad_prl
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses