Initial commit
This commit is contained in:
commit
a7f0b68f28
10 changed files with 60 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# ignore files with no extention:
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
|
||||
# normal ignores:
|
||||
*.exe
|
||||
nimcache
|
||||
*.pdb
|
||||
*.ilk
|
||||
.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue