GUACAMOLE-93: Move Dockerfile to root of repository.
This commit is contained in:
parent
b6a988fcb1
commit
4f84be1c31
58
.dockerignore
Normal file
58
.dockerignore
Normal file
@ -0,0 +1,58 @@
|
||||
|
||||
# Git repository metadata
|
||||
.git
|
||||
**/.gitignore
|
||||
|
||||
# Object code
|
||||
**/*.o
|
||||
**/*.so
|
||||
**/*.lo
|
||||
**/*.la
|
||||
|
||||
# gcov files
|
||||
**/*.gcda
|
||||
**/*.gcov
|
||||
**/*.gcno
|
||||
|
||||
# Backup files
|
||||
**/*~
|
||||
|
||||
# Release files
|
||||
**/*.tar.gz
|
||||
|
||||
# Files currently being edited by vim or vi
|
||||
**/*.swp
|
||||
|
||||
# automake/autoconf
|
||||
**/.deps/
|
||||
**/.dirstamp
|
||||
**/.libs/
|
||||
**/Makefile
|
||||
**/Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
m4/*
|
||||
**/!README
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-h1
|
||||
test-driver
|
||||
|
||||
# Test binaries
|
||||
tests/test_*
|
||||
!tests/test_*.[ch]
|
||||
|
||||
# Generated docs
|
||||
doc/doxygen-output
|
||||
|
@ -1,3 +0,0 @@
|
||||
*~
|
||||
.git
|
||||
.gitignore
|
1
src/guacd-docker/.gitignore
vendored
1
src/guacd-docker/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*~
|
Loading…
Reference in New Issue
Block a user