commit
2b7e60807c
2 changed files with 8 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,5 +1,7 @@
|
|||
nimcache
|
||||
|
||||
.DS_Store
|
||||
|
||||
*.exe
|
||||
*.swp
|
||||
test*
|
||||
toast
|
||||
|
|
|
|||
5
tests/.gitignore
vendored
Normal file
5
tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
!*.nim
|
||||
!.gitignore
|
||||
!/include/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue