gitignore: ignore executeables and config file
This commit is contained in:
parent
1166d3be86
commit
31293d7253
1 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,5 @@
|
||||||
.*
|
.*
|
||||||
*.o
|
*.o
|
||||||
|
dlight
|
||||||
|
dlight-*
|
||||||
|
config
|
||||||
|
|
|
||||||
Reference in a new issue