mirror of
https://github.com/microsoft/ethr.git
synced 2024-11-10 09:03:05 +08:00
Fix .gitignore file to track proper files (#53)
This commit is contained in:
parent
863b578b98
commit
4a3b018d0d
1 changed files with 8 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,3 +1,11 @@
|
|||
# Files without extension (Linux binary, for example)
|
||||
*
|
||||
!/**/
|
||||
!*.*
|
||||
!Makefile
|
||||
!LICENSE
|
||||
!Dockerfile
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
|
@ -18,9 +26,5 @@
|
|||
# Log files
|
||||
*.log
|
||||
|
||||
# Files without extension (Linux binary, for example)
|
||||
*
|
||||
!Makefile
|
||||
!Dockerfile
|
||||
# Golang vendor directory
|
||||
vendor/
|
||||
|
|
Loading…
Reference in a new issue