Ignore .tar.gz, removed unnecessary Makefile

This commit is contained in:
Michael Jumper
2010-10-02 13:26:51 -07:00
parent 8a00f611c5
commit 337cd351f0
2 changed files with 3 additions and 11 deletions

View File

@@ -8,6 +8,9 @@
# Backup files # Backup files
*~ *~
# Release files
*.tar.gz
# Files currently being edited by vim or vi # Files currently being edited by vim or vi
*.swp *.swp

View File

@@ -1,11 +0,0 @@
.PHONY: client clean
all: client
client:
ant war
clean:
ant clean