]> git.sur5r.net Git - ptouch-print/blob - .gitignore
cleanup unneeded stuff
[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 # generated by configure script
18 /config.h
19 /config.status
20 /Makefile
21
22 # C-Objects
23 *.o
24
25 # special directories
26 /po
27 !/po/POTFILES.in
28 !/po/LINGUAS
29 !/po/Makevars
30 /m4
31 src/.deps/
32 src/.dirstamp
33
34 # Log files
35 *.log
36
37 # Documents
38 ABOUT-NLS
39 INSTALL
40
41 # Binaries
42 ptouch-print