mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Added automake files.
This commit is contained in:
20
guacamole/.gitignore
vendored
20
guacamole/.gitignore
vendored
@@ -2,6 +2,8 @@
|
|||||||
# Object code
|
# Object code
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*~
|
*~
|
||||||
@@ -9,3 +11,21 @@
|
|||||||
# Files currently being edited by vim or vi
|
# Files currently being edited by vim or vi
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# automake/autoconf
|
||||||
|
.deps/
|
||||||
|
.libs/
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache/
|
||||||
|
config.guess
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user