* Fix a typo in the dpkg changelog.
[deb_shairplay.git] / .gitignore
1 *-build-*
2 *.user
3 *.o
4 *.DS_Store
5 *.swp
6 project.xcworkspace
7 xcuserdata
8
9 # autotools
10 Makefile
11 *.lo
12 *.in
13 .deps
14 .libs
15 *.la
16 *.a
17 m4/
18 missing
19 libtool
20 ltmain.sh
21 install-sh
22 depcomp
23 configure
24 config.*
25 autom4te.cache
26 aclocal.m4
27 stamp-h1
28 src/shairplay
29 src/test/example
30