]> git.sur5r.net Git - ptouch-print/blob - .gitignore
updated .gitignore
[ptouch-print] / .gitignore
1 # http://www.gnu.org/software/automake
2 Makefile.in
3
4 # http://www.gnu.org/software/autoconf
5 /autom4te.cache
6 /aclocal.m4
7 /compile
8 /depcomp
9 /install-sh
10 /missing
11 /stamp-h1
12 /config.guess
13 /config.h.in
14 /config.rpath
15 /config.sub
16
17 # C-Objects
18 *.o
19
20 # special directories
21 /po
22 !/po/POTFILES.in
23 !/po/LINGUAS
24 !/po/Makevars
25 /m4
26 src/.deps/
27 src/.dirstamp
28
29 # Log files
30 *.log
31
32 # Documents
33 ABOUT-NLS
34 INSTALL
35
36 # Binaries
37 ptouch-print