-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
150 lines (149 loc) · 3.67 KB
/
.gitignore
File metadata and controls
150 lines (149 loc) · 3.67 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
01-Program/.sconsign.dblite
01-Program/hello
01-Program/hello.o
02-Object/.sconsign.dblite
02-Object/hello.o
03-Two/.sconsign.dblite
03-Two/goodbye
03-Two/goodbye.o
03-Two/hello
03-Two/hello.o
04-DiffOut/.sconsign.dblite
04-DiffOut/hello.o
04-DiffOut/new_hello
05-MultiInputList/.sconsign.dblite
05-MultiInputList/file1.o
05-MultiInputList/file2.o
05-MultiInputList/prog.o
05-MultiInputList/program
06-MultiInputGlob/.sconsign.dblite
06-MultiInputGlob/file1.o
06-MultiInputGlob/file2.o
06-MultiInputGlob/prog.o
06-MultiInputGlob/program
07-Share/.sconsign.dblite
07-Share/bar
07-Share/bar.o
07-Share/common1.o
07-Share/common2.o
07-Share/foo
07-Share/foo.o
08-Library/.sconsign.dblite
08-Library/f1.o
08-Library/f2.o
08-Library/f3.o
08-Library/libfoo.a
09-SharedLibrary/.sconsign.dblite
09-SharedLibrary/f1.os
09-SharedLibrary/f2.os
09-SharedLibrary/f3.os
09-SharedLibrary/libfoo.so
10-CombineDifferent/.sconsign.dblite
10-CombineDifferent/goodbye.o
10-CombineDifferent/hello
10-CombineDifferent/hello.o
11-LinkLibrary-LIBS-LIBPATH/.sconsign.dblite
11-LinkLibrary-LIBS-LIBPATH/f1.o
11-LinkLibrary-LIBS-LIBPATH/f2.o
11-LinkLibrary-LIBS-LIBPATH/f3.o
11-LinkLibrary-LIBS-LIBPATH/libfoo.a
11-LinkLibrary-LIBS-LIBPATH/prog
11-LinkLibrary-LIBS-LIBPATH/prog.o
12-ExpliciteNodes/.sconsign.dblite
12-ExpliciteNodes/hello
12-ExpliciteNodes/hello.o
13-Print/.sconsign.dblite
13-Print/goodbye.o
13-Print/hello
13-Print/hello.o
14-Decider/.sconsign.dblite
14-Decider/hello
14-Decider/hello.o
15-CPPPATH/.sconsign.dblite
15-CPPPATH/hello
15-CPPPATH/hello.o
16-Depends/.sconsign.dblite
16-Depends/first
16-Depends/first.o
16-Depends/goodbye
16-Depends/goodbye.o
16-Depends/hello
16-Depends/hello.o
17-CCFLAGS/.sconsign.dblite
17-CCFLAGS/hello.d
17-CCFLAGS/hello.o
19-Ignore/.sconsign.dblite
19-Ignore/hello
19-Ignore/hello.o
20-Requires/.sconsign.dblite
20-Requires/hello
20-Requires/hello.o
20-Requires/version.o
21-AlwaysBuild/.sconsign.dblite
21-AlwaysBuild/asdasda
21-AlwaysBuild/hello.o
21-AlwaysBuild/version.o
22-Environment-Print/.sconsign.dblite
23-Environment-Multiple/.sconsign.dblite
23-Environment-Multiple/hello-dbg
23-Environment-Multiple/hello-dbg.o
23-Environment-Multiple/hello-opt
23-Environment-Multiple/hello-opt.o
24-Replace/.sconsign.dblite
24-Replace/hello
24-Replace/hello.o
25-Append/.sconsign.dblite
26-Prepend/.sconsign.dblite
26-Prepend/hello
26-Prepend/hello.o
27-MergeFlags/.sconsign.dblite
27-MergeFlags/hello
27-MergeFlags/hello.o
28-Progress/.sconsign.dblite
28-Progress/hello
28-Progress/hello.o
29-COMMAND_LINE_TARGETS/.sconsign.dblite
29-COMMAND_LINE_TARGETS/hello
29-COMMAND_LINE_TARGETS/hello.o
29-Default/.sconsign.dblite
29-Default/hello
29-Default/hello.o
30-BUILD_TARGETS/.sconsign.dblite
30-BUILD_TARGETS/hello
30-BUILD_TARGETS/hello.o
31-Install/bin/
31-Install/.sconsign.dblite
31-Install/goodbye
31-Install/goodbye.o
31-Install/hello
31-Install/hello.o
32-InstallMultiple/.sconsign.dblite
32-InstallMultiple/bin/
32-InstallMultiple/goodbye
32-InstallMultiple/goodbye.o
32-InstallMultiple/hello
32-InstallMultiple/hello.o
33-TODO-Clean/.sconsign.dblite
34-SConscript/.sconsign.dblite
34-SConscript/goodbye/goodbye
34-SConscript/goodbye/goodbye.o
34-SConscript/hello/hello
34-SConscript/hello/hello.o
34-SConscript/main
34-SConscript/main.o
35-ExportImport/.sconsign.dblite
35-ExportImport/goodbye
35-ExportImport/goodbye.o
35-ExportImport/hello/hello
35-ExportImport/hello/hello.o
36-ImportReturn/.sconsign.dblite
36-ImportReturn/goodbye/goodbye.o
36-ImportReturn/hello
36-ImportReturn/hello.o
01-Program/hello.exe
01-Program/hello.obj
/*.bak
*.obj
*.lib
*.exe
.sconsign.dblite