120 lines
1.6 KiB
Text
120 lines
1.6 KiB
Text
|
|
# Created by https://www.gitignore.io/api/eclipse,sublimetext,eagle
|
|
|
|
### Eclipse ###
|
|
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
.recommenders
|
|
|
|
# Eclipse Core
|
|
.project
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# PyDev specific (Python IDE for Eclipse)
|
|
*.pydevproject
|
|
|
|
# CDT-specific (C/C++ Development Tooling)
|
|
.cproject
|
|
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
.classpath
|
|
|
|
# Java annotation processor (APT)
|
|
.factorypath
|
|
|
|
# PDT-specific (PHP Development Tools)
|
|
.buildpath
|
|
|
|
# sbteclipse plugin
|
|
.target
|
|
|
|
# Tern plugin
|
|
.tern-project
|
|
|
|
# TeXlipse plugin
|
|
.texlipse
|
|
|
|
# STS (Spring Tool Suite)
|
|
.springBeans
|
|
|
|
# Code Recommenders
|
|
.recommenders/
|
|
|
|
|
|
### SublimeText ###
|
|
# cache files for sublime text
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
|
|
# workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
# proportion of contributors will probably not be using SublimeText
|
|
# *.sublime-project
|
|
|
|
# sftp configuration file
|
|
sftp-config.json
|
|
|
|
|
|
### Eagle ###
|
|
# Ignore list for Eagle, a PCB layout tool
|
|
|
|
# Backup files
|
|
*.s#?
|
|
*.b#?
|
|
*.l#?
|
|
|
|
# Eagle project file
|
|
# It contains a serial number and references to the file structure
|
|
# on your computer.
|
|
# comment the following line if you want to have your project file included.
|
|
eagle.epf
|
|
|
|
# Autorouter files
|
|
*.pro
|
|
*.job
|
|
|
|
# CAM files
|
|
*.$$$
|
|
*.cmp
|
|
*.ly2
|
|
*.l15
|
|
*.sol
|
|
*.plc
|
|
*.stc
|
|
*.sts
|
|
*.crc
|
|
*.crs
|
|
|
|
*.dri
|
|
*.drl
|
|
*.gpi
|
|
*.pls
|
|
|
|
*.drd
|
|
*.drd.*
|
|
|
|
*.info
|
|
|
|
*.eps
|
|
|
|
# file locks introduced since 7.x
|
|
*.lck
|
|
|
|
|