Add support to pass in a socket
[guacd.git] / .gitignore
1
2 # Compiled proxy
3 guacd
4 guacd.exe
5
6 # Object code
7 *.o
8 *.so
9 *.lo
10 *.la
11
12 # Backup files
13 *~
14
15 # Release files
16 *.tar.gz
17
18 # Files currently being edited by vim or vi
19 *.swp
20
21 # automake/autoconf
22 .deps/
23 .libs/
24 Makefile
25 Makefile.in
26 aclocal.m4
27 autom4te.cache/
28 m4/
29 config.guess
30 config.log
31 config.status
32 config.sub
33 configure
34 depcomp
35 install-sh
36 libtool
37 ltmain.sh
38 missing
39
40