mirror of
https://github.com/microsoft/ethr.git
synced 2024-11-14 11:57:29 +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
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
*.exe~
|
*.exe~
|
||||||
|
@ -18,9 +26,5 @@
|
||||||
# Log files
|
# Log files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Files without extension (Linux binary, for example)
|
|
||||||
*
|
|
||||||
!Makefile
|
|
||||||
!Dockerfile
|
|
||||||
# Golang vendor directory
|
# Golang vendor directory
|
||||||
vendor/
|
vendor/
|
||||||
|
|
Loading…
Reference in a new issue