forked from odatalite/odatalite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (72 loc) · 1.44 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
.deps
.libs
.dirstamp
*.la
*.a
*.so
*.so.*
*.o
*.lo
Makefile
Makefile.in
aclocal.m4
aclocal-copy
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
libtool
pkg/compile
pkg/config.guess
pkg/config.sub
pkg/depcomp
pkg/install-sh
pkg/ltmain.sh
pkg/missing
pkg/pc_template
src/.deps/
stamp-h1
*.tar.bz2
*.tar.gz
out
sh4-poky-linux-libtool
i686-linux-libtool
singletask.lock
config.h.in~
pkg/m4/libtool.m4
pkg/m4/ltoptions.m4
pkg/m4/ltsugar.m4
pkg/m4/ltversion.m4
pkg/m4/lt~obsolete.m4
# ignore generated c sources
src/RedfishSchema/AccountService.c
src/RedfishSchema/Chassis.c
src/RedfishSchema/ComputerSystem.c
src/RedfishSchema/DMTFExtensions.c
src/RedfishSchema/Errors.c
src/RedfishSchema/EthernetNetworkInterface.c
src/RedfishSchema/Event.c
src/RedfishSchema/EventService.c
src/RedfishSchema/Firmware.c
src/RedfishSchema/IPAddresses.c
src/RedfishSchema/ListenerDestination.c
src/RedfishSchema/LogEntry.c
src/RedfishSchema/LogService.c
src/RedfishSchema/Manager.c
src/RedfishSchema/ManagerAccount.c
src/RedfishSchema/ManagerNetworkService.c
src/RedfishSchema/Messages.c
src/RedfishSchema/MiscMetrics.c
src/RedfishSchema/PowerMetrics.c
src/RedfishSchema/Redundancy.c
src/RedfishSchema/Resource.c
src/RedfishSchema/SerialInterface.c
src/RedfishSchema/ServiceRoot.c
src/RedfishSchema/Session.c
src/RedfishSchema/SimpleStorage.c
src/RedfishSchema/Task.c
src/RedfishSchema/TaskService.c
src/RedfishSchema/ThermalMetrics.c
src/RedfishSchema/VirtualMedia.c