mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Ignore .tar.gz, removed unnecessary Makefile
This commit is contained in:
3
guacamole/.gitignore
vendored
3
guacamole/.gitignore
vendored
@@ -8,6 +8,9 @@
|
||||
# Backup files
|
||||
*~
|
||||
|
||||
# Release files
|
||||
*.tar.gz
|
||||
|
||||
# Files currently being edited by vim or vi
|
||||
*.swp
|
||||
|
||||
|
@@ -1,11 +0,0 @@
|
||||
|
||||
.PHONY: client clean
|
||||
|
||||
all: client
|
||||
|
||||
client:
|
||||
ant war
|
||||
|
||||
clean:
|
||||
ant clean
|
||||
|
Reference in New Issue
Block a user