Add ignore of files without extension
This commit is contained in:
parent
9e21071634
commit
8ed7792b2a
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
|||
*
|
||||
!*/
|
||||
!*.*
|
||||
|
||||
# ---> C
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
|
Loading…
Reference in a new issue