Added automake files.
[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 config.guess
22 config.log
23 config.status
24 config.sub
25 configure
26 depcomp
27 install-sh
28 libtool
29 ltmain.sh
30 missing
31