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