File: .gitignore

package info (click to toggle)
owfs 3.2p4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,144 kB
  • sloc: ansic: 66,801; pascal: 5,957; tcl: 2,688; makefile: 1,348; python: 1,114; sh: 715; cs: 623; php: 600; perl: 587; java: 404; ruby: 289; cpp: 105; asm: 102; xml: 53
file content (120 lines) | stat: -rw-r--r-- 1,860 bytes parent folder | download | duplicates (4)
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
115
116
117
118
119
120
# 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

# Test results
*.trs
*.log

/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
*.o
*.bs

*.in
.deps/
.libs/

!src/scripts/systemd/*.in
src/scripts/systemd/*.service

# Generated by bootstrap
src/scripts/install/

aclocal.m4
autom4te.cache/
module/owfs/src/c/owfs
module/owftpd/src/c/owftpd
module/owhttpd/src/c/owhttpd
module/owlib/tests/owlib_test
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/owshell/src/c/owusbprobe
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

# CLion config
.idea