Skip to content

Commit 9fc324f

Browse files
Merge pull request #26 from RoboJackets/cleanup
Repo Cleanup 🎉
2 parents 1d67865 + 4455b30 commit 9fc324f

File tree

287 files changed

+14964
-514488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+14964
-514488
lines changed

.gitignore

Lines changed: 112 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# Ignore list for Eagle, a PCB layout tool
2-
*.lck
1+
# Eagle
2+
3+
# Unnecessary Files
4+
*.scr
5+
*.ulp
36

47
# Backup files
58
*.s#?
69
*.b#?
710
*.l#?
11+
*.b$?
12+
*.s$?
13+
*.l$?
814

915
# Eagle project file
10-
# It contains a serial number and references to the file structure
11-
# on your computer.
12-
# comment the following line if you want to have your project file included.
13-
eagle.epf
16+
*.epf
17+
18+
# Autorouter files
19+
*.pro
20+
*.job
1421

1522
# CAM files
1623
*.$$$
@@ -28,20 +35,23 @@ eagle.epf
2835
*.drl
2936
*.gpi
3037
*.pls
38+
*.ger
39+
*.xln
3140

3241
*.drd
3342
*.drd.*
3443

35-
*.info
44+
*.s#*
45+
*.b#*
3646

47+
*.info
48+
*.log
3749
*.eps
3850

39-
Transcode?Report.txt
40-
41-
#exclude datasheets
42-
datasheets/
51+
# file locks introduced since 7.x
52+
*.lck
4353

44-
#exclude gerbers
54+
# Gerber files
4555
*.ger
4656
*.nc
4757
*.do
@@ -55,15 +65,97 @@ datasheets/
5565
*.GTP
5666
*.GTS
5767

58-
# MATLAB autosave file
59-
*.asv
68+
# MacOS
69+
# General
70+
*.DS_Store
71+
*.AppleDouble
72+
*.LSOverride
6073

61-
# OS X
62-
.DS_Store
74+
# Icon must end with two \r
75+
Icon
6376

64-
# log files
65-
*.log
6677

67-
# autorouter log files
68-
*.pro
78+
# Thumbnails
79+
._*
80+
81+
# Files that might appear in the root of a volume
82+
.DocumentRevisions-V100
83+
.fseventsd
84+
.Spotlight-V100
85+
.TemporaryItems
86+
.Trashes
87+
.VolumeIcon.icns
88+
.com.apple.timemachine.donotpresent
89+
90+
# Directories potentially created on remote AFP share
91+
*.AppleDB
92+
*.AppleDesktop
93+
Network Trash Folder
94+
Temporary Items
95+
.apdisk
96+
97+
# Windows
98+
99+
# Windows thumbnail cache files
100+
Thumbs.db
101+
Thumbs.db:encryptable
102+
ehthumbs.db
103+
ehthumbs_vista.db
104+
105+
# Dump file
106+
*.stackdump
107+
108+
# Folder config file
109+
[Dd]esktop.ini
110+
111+
# Recycle Bin used on file shares
112+
$RECYCLE.BIN/
113+
114+
# Windows Installer files
115+
*.cab
116+
*.msi
117+
*.msix
118+
*.msm
119+
*.msp
120+
121+
# Windows shortcuts
122+
*.lnk
123+
124+
# Linux
125+
126+
*~
127+
128+
# temporary files which can be created if a process still has a handle open of a deleted file
129+
.fuse_hidden*
130+
131+
# KDE directory preferences
132+
.directory
133+
134+
# Linux trash folder which might appear on any partition or disk
135+
.Trash-*
136+
137+
# .nfs files are created when an open file is removed but is still being accessed
138+
.nfs*
139+
140+
141+
# Vim
142+
143+
# Swap
144+
[._]*.s[a-v][a-z]
145+
!*.svg # comment out if you don't need vector files
146+
[._]*.sw[a-p]
147+
[._]s[a-rt-v][a-z]
148+
[._]ss[a-gi-z]
149+
[._]sw[a-p]
150+
151+
# Session
152+
Session.vim
153+
Sessionx.vim
69154

155+
# Temporary
156+
.netrwhist
157+
*~
158+
# Auto-generated tag files
159+
tags
160+
# Persistent undo
161+
[._]*.un~

.gitmodules

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "lib/SparkFun-Eagle-Libraries"]
2-
path = lib/SparkFun-Eagle-Libraries
3-
url = https://github.com/sparkfun/SparkFun-Eagle-Libraries
4-
[submodule "lib/Adafruit-Eagle-Library"]
5-
path = lib/Adafruit-Eagle-Library
6-
url = https://github.com/adafruit/Adafruit-Eagle-Library
1+
[submodule "mtrain-pcb"]
2+
path = mtrain-pcb
3+
url = https://github.com/RoboJackets/mtrain-pcb

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Welcome to the Georgia Tech RoboJackets repository for management and storage of
55
If you are a new member to the RoboCup electrical team and have never used *[git version control](http://git-scm.com/)* before, we highly recommend that you familiarize yourself with it by reading [this guide](https://github.com/RoboJackets/robocup-firmware/blob/master/doc/Git.md).
66

77
## Sponsor Thank You!
8-
98
- Maxon (discount of EC45 and EC16 motors)
109
- PCBWay (donation of PCB fabrication runs)
1110
- Texas Instruments (donation of ICs and SBCs)
@@ -15,12 +14,10 @@ If you are a new member to the RoboCup electrical team and have never used *[git
1514
- An installation of [EAGLE](http://www.cadsoftusa.com/)
1615

1716
## Using this Repository
18-
Most CAD files found here are [EAGLE](http://www.cadsoftusa.com/) files. However, some older archived files were created using [PCB](http://pcb.geda-project.org) (a program that is part of the [gEDA project](http://www.geda-project.org)). Users will find the following items here:
19-
- Control, Kicker, Antenna, and Base Station files
20-
- Gerber files for most PCB designs
17+
Most CAD files found here are [EAGLE](http://www.cadsoftusa.com/) files. However, very few older archived files were created using [PCB](http://pcb.geda-project.org) (a program that is part of the [gEDA project](http://www.geda-project.org)). Users will find the following items here:
18+
- Control, Kicker, and Radio files
2119
- RoboCup libraries
2220
- DRU rulesets (for checking for errors)
23-
- CAM Jobs (for exporting gerber files)
2421

2522

2623
### Setup libraries in EAGLE
@@ -29,18 +26,34 @@ Most CAD files found here are [EAGLE](http://www.cadsoftusa.com/) files. However
2926

3027
Once your computer is setup with git, the following lines can be used on any operating system within a *[terminal](http://en.wikipedia.org/wiki/Computer_terminal)* configured with git. Users who are using a GUI interface for git should simply add the respective repositories through the interface.
3128

32-
```shell
29+
```
3330
# Download the initial files
34-
$ git clone https://github.com/robojackets/robocup-pcb
31+
git clone https://github.com/robojackets/robocup-pcb
3532

3633
# Go into our new directory
3734
cd robocup-pcb
3835

39-
# Download additional 3rd party libraries
36+
# Download additional mtrain pcbs
4037
git submodule update --init
4138
```
39+
4240
2. Add the new directory locations to EAGLE:
4341

4442
From EAGLE's Control Panel, navigate to the *Directories* window: *Options -> Directories*.
4543

4644
Find the *Libraries* text box, and add the directory paths where the repositories were cloned from step 1. Don't forget to also include the path for the *[RoboJackets libraries](https://github.com/RoboJackets/robocup-pcb/tree/master/lib)*!
45+
46+
### Updating Repository
47+
48+
# Check which files will removed
49+
git clean -d -x -n
50+
51+
# After being sure which files are deleted
52+
git clean -d -x -f
53+
54+
# Download additional mtrain pcbs
55+
git submodule update --init
56+
57+
## License
58+
59+
This project is licensed under the Apache License v2.0. See the [LICENSE](LICENSE) file for more information.
-23.5 KB
Binary file not shown.
-42.1 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

boards-archive/capacitor-board-2015-c/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)