Code

Updated copyright year to 2009.
[template.git] / .gitignore
1 # build system stuff
2 .deps
3 Makefile
4 Makefile.in
5 aclocal.m4
6 autom4te.cache
7 compile
8 config.*
9 configure
10 depcomp
11 install-sh
12 missing
13 stamp-h1
15 # ltdl stuff
16 libtool
17 ltmain.sh
19 # build output
20 .libs
21 *.la
22 *.lo
23 *.o
24 fb