public
Description: An wonderful analog clock
Homepage: http://copyleft.free.fr
Clone URL: git://github.com/stephane/cairo-clock.git
cairo-clock / .gitignore
100644 29 lines (28 sloc) 0.368 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ignore Autotools stuff
autom4te.cache
Makefile
Makefile.in
aclocal.m4
config.log
config.status
configure
install-sh
missing
config.guess
config.h
config.sub
depcomp
intltool-extract
intltool-merge
intltool-update
libtool
ltmain.sh
mkinstalldirs
stamp-h1
# Ignore Makefile.in, config.h.in and so on
*.in
# Ignore generated translations
po/*.gmo
po/stamp-it
.deps
*.o