-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated branches and cleaned up things from last year.
- Loading branch information
1 parent
25a9dbb
commit 2882476
Showing
4 changed files
with
16 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,14 @@ | ||
### Java ### | ||
*.class | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.ear | ||
|
||
# Netbeans Files # | ||
build/* | ||
nbproject/* | ||
build.properties | ||
build.xml | ||
|
||
# Doc files # | ||
doc/* | ||
|
||
*.pydevproject | ||
.project | ||
.metadata | ||
bin/** | ||
tmp/** | ||
tmp/**/* | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.classpath | ||
.settings/ | ||
.loadpath | ||
|
||
# External tool builders | ||
.externalToolBuilders/ | ||
|
||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
|
||
# CDT-specific | ||
.cproject | ||
|
||
# PDT-specific | ||
.buildpath | ||
|
||
.* | ||
!.gitignore | ||
*~ | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
*.tmproj | ||
*.tmproject | ||
tmtags | ||
|
||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear on external disk | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
nbproject/private/ | ||
### NetBeans ### | ||
nbproject/ | ||
build/ | ||
nbbuild/ | ||
dist/ | ||
nbdist/ | ||
nbactions.xml | ||
nb-configuration.xml | ||
|
||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# It's better to unpack these files and commit the raw source because | ||
# git has its own built in compression methods. | ||
*.7z | ||
*.jar | ||
*.rar | ||
*.zip | ||
*.gz | ||
*.bzip | ||
*.bz2 | ||
*.xz | ||
*.lzma | ||
|
||
#packing-only formats | ||
*.iso | ||
*.tar | ||
|
||
#package management formats | ||
*.dmg | ||
*.xpi | ||
*.gem | ||
*.egg | ||
*.deb | ||
*.rpm | ||
build.properties | ||
build.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,4 @@ | ||
###Team 4334 - Alberta Tech Alliance### | ||
###Main Code Repository### | ||
###Git Version Control System### | ||
|
||
##Java Code## | ||
# Team 4334 - Alberta Tech Alliance | ||
## Robot Code (Java) | ||
|
||
This is our team's code repository, used to store our robot code. Branches can be used for testing features. Be sure to understand git fully before making changes. | ||
|
||
##Rules## | ||
|
||
When working in this repository, be sure to commit to the correct branch. Branches are set up so that sub-teams can work on their own piece of the program, without being bothered by merging and fast-forward updates. | ||
|
||
##How we organize the repository## | ||
|
||
Branches have been revamped to three main branches. Descriptions are available below. | ||
|
||
###Branches### | ||
There are 3 branches. These branches are organized in a way that different sub-teams can work on code individually pretty well. | ||
It is worth noting that all branches use underscore letters, and they are capitalized just to look nicer. | ||
|
||
* **Depreciated**: Used to store history of master. Is usually one of two commits behind master. does not serve any purpose other than letting master get messed up and being able to rebase master to its preferred configuration. | ||
* **Master**: Our basic master branch. Every time we achieve functional robot code in the _testing_ branch, it will be pushed up to master. | ||
* **Testing**: Used to make features that are not verified to have worked yet. This will be the most commonly used branch to use when testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters