From 5abff0fb904b727e6b92038acb327ac7a88d53d0 Mon Sep 17 00:00:00 2001 From: John Buttery Date: Sun, 13 Jul 2014 00:04:40 -0500 Subject: [PATCH] Add ignore file to cover build output Create a basic .gitignore file to cover the output files created by the build process. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa8ec0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/com/ +/JAuth.jar +/META-INF/ +/manifest +*.class