-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
114 lines (104 loc) · 1.77 KB
/
.gitignore
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Object files
*.o
*.ko
*.lo
*.obj
*.elf
# Libraries
*.lib
*.a
*.la
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.lint
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# built man pages
src/man/man1/*.1
src/man/man3/*.3
src/man/man5/*.5
# everything else
/blib/
/.build/
_build/
cover_db/
inc/
Build
!Build/
Build.bat
.last_cover_stats
/Makefile
Makefile
libtool
*.exists
configure
config.status
*.log
/Makefile.old
/MANIFEST.bak
META.yml
META.json
/MYMETA.*
nytprof.out
/pm_to_blib
*.bs
module/ownet/python/build/
*.in
.deps/
.libs/
!src/scripts/systemd/*.in
src/scripts/systemd/*.service
aclocal.m4
autom4te.cache/
module/owfs/src/c/owfs
module/owftpd/src/c/owftpd
module/owhttpd/src/c/owhttpd
module/ownet/perl5/OWNet/blib/
module/ownet/perl5/OWNet/pm_to_blib
module/ownet/php/examples/ownet_example.php
module/owserver/src/c/owexternal
module/owserver/src/c/owserver
module/owshell/src/c/owdir
module/owshell/src/c/owexist
module/owshell/src/c/owget
module/owshell/src/c/owpresent
module/owshell/src/c/owread
module/owshell/src/c/owwrite
module/owtcl/ow.tcl.h
module/owtcl/pkgIndex.tcl
module/swig/perl5/OW/Makefile.PL
module/swig/perl5/OW/Makefile.linux
module/swig/perl5/OW/Makefile.osx
module/swig/perl5/OW/OW.pm
module/swig/perl5/OW/blib/
module/swig/perl5/OW/ow_wrap.c
module/swig/perl5/OW/pm_to_blib
module/swig/php/OW.php
module/swig/php/example/load_php_OW.php
module/swig/php/ow_wrap.c
module/swig/php/php_OW.h
module/swig/python/OW.py
module/swig/python/build/
module/swig/python/ow_wrap.c
module/swig/python/setup.py
src/include/config.h
src/include/owfs_config.h
src/include/stamp-h1
src/rpm/owfs.spec
src/scripts/windows/owfs.nsi
/src/scripts/systemd/Makefile.in
/src/scripts/systemd/owserver.socket
cov-int*
cov-int/*
config.guess
config.sub
install-sh
*.m4