forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (60 loc) · 766 Bytes
/
.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
# Backup files
*.bak
*~
# Build process
## Global
*.[oa]
*.l[oa]
.deps/
.libs/
.inst/
/tmp/
/_install_pkgprotodir/
Makefile
Makefile.in
## Parent directory only
/aclocal.m4
/autom4te.cache/
/ChangeLog
/config.guess
/config.log
/config.status
/config.sub
/config.h
/config.cache
/configure
/conf_nut_report_feature
/conf??????/
/dir.??????/
/dir?.???????/
/configure-test*/
/cscope.*
/depcomp
/INSTALL
/install-sh
/libtool
/ltmain.sh
/missing
/test-driver
*-spellchecked
/cppcheck*.xml
/.ci*.log
/.ci*.log.*
.dirstamp
# Python precompiled files
__pycache__/
*.pyc
# Dist
/nut-*.*.*/
/nut-*.tar.gz
/nut*.rpm
/NUT*.local.gz
/NUT*.p5i
/NUT*.depot
# Official dist
/nut-*.tar.gz.md5
/nut-*.tar.gz.sha256
/nut-*.tar.gz.sig
# Debuggers and IDEs
.gdb_history
/nbproject