Инициализация проекта
This commit is contained in:
commit
f0349cd899
11 changed files with 111 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.dub
|
||||
docs.json
|
||||
__dummy.html
|
||||
docs/
|
||||
/dncui
|
||||
dncui.so
|
||||
dncui.dylib
|
||||
dncui.dll
|
||||
dncui.a
|
||||
dncui.lib
|
||||
dncui-test-*
|
||||
*.exe
|
||||
*.pdb
|
||||
*.o
|
||||
*.obj
|
||||
*.lst
|
||||
lib
|
||||
source/*
|
||||
!source/ncui
|
||||
lib
|
||||
bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue