kopia lustrzana https://gitlab.com/sane-project/backends
Add basic .gitignore files
rodzic
260b8ddf58
commit
6e4ed52293
|
@ -0,0 +1,13 @@
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
.libs/
|
||||||
|
*~
|
||||||
|
autom4te.cache/
|
||||||
|
Makefile
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.cache
|
||||||
|
libtool
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
*-s.c
|
||||||
|
*.conf
|
||||||
|
dll-preload.c
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
*.1
|
||||||
|
*.5
|
||||||
|
*.7
|
||||||
|
*.8
|
||||||
|
*.html
|
||||||
|
doxygen-sanei.conf
|
||||||
|
sane.aux
|
||||||
|
sane.cb
|
||||||
|
sane.dvi
|
||||||
|
sane.idx
|
||||||
|
sane.ind
|
||||||
|
sane.lof
|
||||||
|
sane.log
|
||||||
|
sane.lot
|
||||||
|
sane.ps
|
||||||
|
sane.toc
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
saned
|
||||||
|
scanimage
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
_stdint.h
|
||||||
|
byteorder.h
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
config.h
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
*.mo
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
gamma4scanimage
|
||||||
|
sane-config
|
||||||
|
sane-desc
|
||||||
|
sane-find-scanner
|
||||||
|
umax_pp
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
libsane.db
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
libsane.usermap
|
||||||
|
|
Ładowanie…
Reference in New Issue