Skip to content

Commit

Permalink
Merge pull request #7 from harp-tech/as_minor_file_refactoring
Browse files Browse the repository at this point in the history
Minor file refactoring
  • Loading branch information
artursilva0 authored Aug 19, 2023
2 parents d42d991 + b110b58 commit b54111d
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Hardware/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Ignore list for Eagle, a PCB layout tool

# Backup files
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.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
*.ger
*.xln

*.drd
*.drd.*

*.s#*
*.b#*

*.info

*.eps

# file locks introduced since 7.x
*.lck
Empty file added Hardware/Mechanical/LICENSE
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b54111d

Please sign in to comment.