Skip to content

Commit 15c2b75

Browse files
committed
Initial commit
0 parents  commit 15c2b75

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Object files
2+
*.o
3+
*.ko
4+
*.obj
5+
*.elf
6+
7+
# Libraries
8+
*.lib
9+
*.a
10+
11+
# Shared objects (inc. Windows DLLs)
12+
*.dll
13+
*.so
14+
*.so.*
15+
*.dylib
16+
17+
# Executables
18+
*.exe
19+
*.out
20+
*.app
21+
*.i*86
22+
*.x86_64
23+
*.hex

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
itc-benchmarks
2+
==============
3+
4+
static analysis benchmarks from Toyota ITC

0 commit comments

Comments
 (0)