diff options
author | Adam Martindale <awiamartindale@googlemail.com> | 2011-09-02 11:38:05 +0100 |
---|---|---|
committer | Adam Martindale <awiamartindale@googlemail.com> | 2011-09-02 11:38:05 +0100 |
commit | 68c2bc40f25810ce01bdebcd3bfe90b7a76b5413 (patch) | |
tree | bdb4422c58d2ff35a803ddb3bad73d21425ad9cf /.gitignore | |
parent | f5f7d3ca20f102e704f8d0705158ea58a3e4c305 (diff) | |
parent | a5dceb099dcca2eb30b663c0f8f1767e8e68343b (diff) | |
download | punchingbag-68c2bc40f25810ce01bdebcd3bfe90b7a76b5413.tar punchingbag-68c2bc40f25810ce01bdebcd3bfe90b7a76b5413.tar.gz |
Merge branch 'master' of git://gitorious.org/punchingbag/punchingbag
Conflicts:
PunchingBag/.classpath
PunchingBag/bin/PunchingBag$Colour.class
PunchingBag/bin/PunchingBag.class
PunchingBag/bin/PunchingBagGUI$Ripple.class
PunchingBag/bin/PunchingBagGUI.class
PunchingBag/src/Arduino.java
PunchingBag/src/PunchingBag.java
PunchingBag/src/PunchingBagGUI.java
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..858d31d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +PunchingBag/bin + +PunchingBag/.classpath
\ No newline at end of file |