-
-
Notifications
You must be signed in to change notification settings - Fork 349
/
.gitignore
101 lines (94 loc) · 1.14 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
# Backup files
*.bak
*~
# Build process
## Global
*.[oa]
*.l[oa]
.deps/
.libs/
.inst/
/tmp/
/obj/
/_install_pkgprotodir/
Makefile
Makefile.in
## Parent directory only
/aclocal.m4
/ar-lib
/autom4te.cache/
/ChangeLog
/ChangeLog.adoc
/config.guess
/config.log
/config.log.inplace-outer
/config.status
/config.sub
/config.h
/config.cache
/configure
/config.nut_report_feature.log*
/conf??????/
/conf??*.file
/dir.??????/
/dir?.???????/
/configure-test*/
/confdefs.h
/conftest.*
/cscope.*
/depcomp
/INSTALL
/INSTALL.nut
/NEWS
/README
/TODO
/UPGRADING
/VERSION_DEFAULT
/VERSION_FORCED
/VERSION_FORCED_SEMVER
/install-sh
/libtool
/ltmain.sh
/missing
/test-driver
*-contentchecked
*-spellchecked
*-prepped
*.usage-report
*.adoc-parsed
*.adoc*.tmp
*.adoc*.tmp.*
*.txt*.tmp
*.txt*.tmp.*
/cppcheck*.xml
/.ci*.txt*
/.ci*.log
/.ci*.log.*
.dirstamp
*.exe
# Python precompiled files
__pycache__/
*.pyc
# Dist
/nut-*.*.*/
/nut-*.tar.gz
/nut*.rpm
/NUT*.local.gz
/NUT*.p5i
/NUT*.depot
/*.msi
/*.MSI
# Official dist
/nut-*.tar.gz.md5
/nut-*.tar.gz.sha256
/nut-*.tar.gz.sig
# Debuggers and IDEs
.gdb_history
/nbproject
/.idea
/.vscode
/*.iml
# Coredumps
*.stackdump
*.core
core