Skip to content

Commit 3be503e

Browse files
committed
Initial Commit
1 parent 09fde8f commit 3be503e

File tree

298 files changed

+106665
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+106665
-3
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
6+
# Compiled Dynamic libraries
7+
*.so
8+
9+
# Compiled Static libraries
10+
*.lai
11+
*.la
12+
*.a
13+
14+
# Visual Studio Stuff
15+
*.suo
16+
*.pdb
17+
*ipch/
18+
*Win32/
19+
*Debug/
20+
*Release/
21+
22+
# Mac Stuff
23+
*.DS_Store
24+
*bin/

0 commit comments

Comments
 (0)