Fixed libtoolize warnings.
[guacamole.git] / .gitignore
1
2 # Object code
3 *.o
4 *.so
5 *.lo
6 *.la
7
8 # Backup files
9 *~
10
11 # Files currently being edited by vim or vi
12 *.swp
13
14 # automake/autoconf
15 .deps/
16 .libs/
17 Makefile
18 Makefile.in
19 aclocal.m4
20 autom4te.cache/
21 m4/
22 config.guess
23 config.log
24 config.status
25 config.sub
26 configure
27 depcomp
28 install-sh
29 libtool
30 ltmain.sh
31 missing
32