summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4cf7dac91a1e3813020c0190b8123b07ca3fd5cc (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# http://www.gnu.org/software/automake
Makefile.in

# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/depcomp
/install-sh
/missing
/stamp-h1
/configure
/config.guess
/config.h.in
/config.rpath
/config.sub

# generated by configure script
/config.h
/config.status
/Makefile

# C-Objects
*.o

# special directories
/po
!/po/POTFILES.in
!/po/LINGUAS
!/po/Makevars
/m4
src/.deps/
src/.dirstamp

# Log files
*.log

# Documents
ABOUT-NLS
INSTALL

# Binaries
ptouch-print