repo.or.cz
/
networkupstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2796 from jimklimov/fix-docs-markup
[networkupstools.git]
/
.gitignore
blob
fd04ce4e58a49a4883c1a5fbfcee786e126f2b36
1
# Backup files
2
*.bak
3
*~
4
5
# Build process
6
## Global
7
*.[oa]
8
*.l[oa]
9
.deps/
10
.libs/
11
.inst/
12
/tmp/
13
/obj/
14
/_install_pkgprotodir/
15
Makefile
16
Makefile.in
17
18
## Parent directory only
19
/aclocal.m4
20
/ar-lib
21
/autom4te.cache/
22
/ChangeLog
23
/ChangeLog.adoc
24
/config.guess
25
/config.log
26
/config.log.inplace-outer
27
/config.status
28
/config.sub
29
/config.h
30
/config.cache
31
/configure
32
/config.nut_report_feature.log*
33
/conf??????/
34
/conf??*.file
35
/dir.??????/
36
/dir?.???????/
37
/configure-test*/
38
/confdefs.h
39
/conftest.*
40
/cscope.*
41
/depcomp
42
/INSTALL
43
/INSTALL.nut
44
/NEWS
45
/README
46
/TODO
47
/UPGRADING
48
/VERSION_DEFAULT
49
/VERSION_FORCED
50
/VERSION_FORCED_SEMVER
51
/install-sh
52
/libtool
53
/ltmain.sh
54
/missing
55
/test-driver
56
*-contentchecked
57
*-spellchecked
58
*-prepped
59
*.usage-report
60
*.adoc-parsed
61
*.adoc*.tmp
62
*.adoc*.tmp.*
63
*.txt*.tmp
64
*.txt*.tmp.*
65
/cppcheck*.xml
66
/.ci*.txt*
67
/.ci*.log
68
/.ci*.log.*
69
.dirstamp
70
*.exe
71
72
# Python precompiled files
73
__pycache__/
74
*.pyc
75
76
# Dist
77
/nut-*.*.*/
78
/nut-*.tar.gz
79
/nut*.rpm
80
/NUT*.local.gz
81
/NUT*.p5i
82
/NUT*.depot
83
/*.msi
84
/*.MSI
85
86
# Official dist
87
/nut-*.tar.gz.md5
88
/nut-*.tar.gz.sha256
89
/nut-*.tar.gz.sig
90
91
# Debuggers and IDEs
92
.gdb_history
93
/nbproject
94
/.idea
95
/.vscode
96
/*.iml
97
98
# Coredumps
99
*.stackdump
100
*.core
101
core