Skip to content

Commit a0de1e6

Browse files
author
かい
authored
Initialize project (#1)
2 parents 774ba3f + 4584d58 commit a0de1e6

5 files changed

Lines changed: 704 additions & 1 deletion

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.dub
2+
docs.json
3+
__dummy.html
4+
docs/
5+
/libmodpm
6+
libmodpm.so
7+
libmodpm.dylib
8+
libmodpm.dll
9+
libmodpm.a
10+
libmodpm.lib
11+
libmodpm-test-*
12+
*.exe
13+
*.pdb
14+
*.o
15+
*.obj
16+
*.lst

0 commit comments

Comments
 (0)