From 0797b618ecdc056fe87d38dd0934cbb06cf4399f Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 4 Jan 2012 15:50:11 -0500 Subject: [PATCH] Adding .gitignore to ignore (some) generated binaries. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c45099766 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +app/bin/ +app/pde.jar +build/macosx/work/ +core/bin/ +core/core.jar \ No newline at end of file