summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ce86210aca5ee66c025539f57253ecd1888fc665 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# files generated by building the project
*.a
*.la
*.lo
*.o
*.po~
.deps/
.libs/
.pc/

# files generated during the configure step
Makefile
autom4te.cache/
config.cache
libtool

# files generated during autogen.sh step
Makefile.in
/INSTALL
/aclocal.m4
/ar-lib
/compile
/config.guess
/config.log
/config.rpath
/config.sub
/config.status
/configure
/depcomp
/install-sh
/ltmain.sh
/ltmain.sh.orig
/m4/
!/m4/byteorder.m4
/missing
/mkinstalldirs
/test-driver

#  Gettext stuff
/ABOUT-NLS
/po/*
!/po/*.po
/po/en@*quot.po
!/po/LINGUAS
!/po/Makevars
!/po/POTFILES.in

# `make check` artifacts
test-suite.log
/testsuite/sanei/sanei_*_test
/testsuite/sanei/sanei_*_test.log
/testsuite/sanei/sanei_*_test.trs
/testsuite/sanei/test_wire
/testsuite/sanei/test_wire.log
/testsuite/sanei/test_wire.out
/testsuite/sanei/test_wire.trs
/testsuite/tools/*.res

# `make dist` artifacts
/sane-backends-*.tar.gz