properly ignore all files wo extension
This commit is contained in:
parent
0f8678e9b2
commit
f367234ca5
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,3 +1,8 @@
|
|||
## ignore all files wo extension
|
||||
*
|
||||
!/**/
|
||||
!*.*
|
||||
|
||||
# TODO: all generated stuff should go inside `build/`
|
||||
|
||||
nimcache
|
||||
|
|
@ -8,6 +13,5 @@ nimcache
|
|||
*.swp
|
||||
|
||||
# Note: use absolute paths to refer to a path assumed to be at a fixed dir level
|
||||
/toast
|
||||
|
||||
inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue