guacamole-spice-protocol/.gitignore

55 lines
512 B
Plaintext
Raw Normal View History

2013-06-04 23:31:14 +00:00
# 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
2013-06-04 23:31:14 +00:00
.libs/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
m4/*
!README
compile
2013-06-04 23:31:14 +00:00
config.guess
2014-01-01 22:44:28 +00:00
config.h
config.h.in
2013-06-04 23:31:14 +00:00
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
2014-01-01 22:44:28 +00:00
stamp-h1
test-driver
2013-06-04 23:31:14 +00:00
2013-06-05 21:33:43 +00:00
# Test binaries
tests/test_*
!tests/test_*.[ch]
# Generated docs
doc/doxygen-output