mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-15 09:58:57 -07:00
gitignore: All exe files, no editor configs (#9126)
This commit is contained in:
parent
adbb3ed2e9
commit
70065e6b13
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,11 +1,10 @@
|
|||||||
/syncthing
|
/syncthing
|
||||||
/stdiscosrv
|
/stdiscosrv
|
||||||
syncthing.exe
|
|
||||||
stdiscosrv.exe
|
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.zip
|
*.zip
|
||||||
*.asc
|
*.asc
|
||||||
*.deb
|
*.deb
|
||||||
|
*.exe
|
||||||
.jshintrc
|
.jshintrc
|
||||||
coverage.out
|
coverage.out
|
||||||
files/pidx
|
files/pidx
|
||||||
@ -19,4 +18,3 @@ deb
|
|||||||
/repos
|
/repos
|
||||||
/proto/scripts/protoc-gen-gosyncthing
|
/proto/scripts/protoc-gen-gosyncthing
|
||||||
/gui/next-gen-gui
|
/gui/next-gen-gui
|
||||||
.idea
|
|
||||||
|
Loading…
Reference in New Issue
Block a user