Skip to content

Commit

Permalink
Introduce set of gitignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kabashniuk committed Mar 7, 2016
1 parent c6b0349 commit 6ab7bc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
@@ -0,0 +1,20 @@
# Ignore list for Eagle, a PCB layout tool

# Backup files
*.s#?
*.b#?
*.l#?


# file locks introduced since 7.x
*.lck


# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
*/overlays
*~

0 comments on commit 6ab7bc7

Please sign in to comment.