From d62880ea5229a244d80580c06f91a8f2e08fab69 Mon Sep 17 00:00:00 2001 From: Boukefalos Date: Sat, 18 Oct 2014 16:52:45 +0100 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ LICENSE | 1 + README.md | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32858aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..77dad99 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +Copyright 2014 Boukefalos diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dba7e3 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +iTunesController +================ + +Control iTunes from java