Skip to content

Commit 7927a54

Browse files
committed
Initial commit
0 parents  commit 7927a54

File tree

3 files changed

+699
-0
lines changed

3 files changed

+699
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
*.obj
6+
7+
# Compiled Dynamic libraries
8+
*.so
9+
*.dylib
10+
*.dll
11+
12+
# Compiled Static libraries
13+
*.lai
14+
*.la
15+
*.a
16+
*.lib
17+
18+
# Executables
19+
*.exe
20+
*.out
21+
*.app

0 commit comments

Comments
 (0)