Add support for ignoring certificate, security, authentication, and pre-connection...
[libguac-client-rdp.git] / .gitignore
1
2 # Object code
3 *.o
4 *.so
5 *.lo
6 *.la
7
8 # Backup files
9 *~
10
11 # Release files
12 *.tar.gz
13
14 # Files currently being edited by vim or vi
15 *.swp
16
17 # automake/autoconf
18 .deps/
19 .libs/
20 Makefile
21 Makefile.in
22 aclocal.m4
23 autom4te.cache/
24 m4/
25 config.guess
26 config.log
27 config.status
28 config.sub
29 configure
30 depcomp
31 install-sh
32 libtool
33 ltmain.sh
34 missing
35