1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-23 00:39:13 +02:00

Merge pull request #181 from glvr182/feature/ignore-unused

Cleaned the gitignore and added the linux binary
This commit is contained in:
Jesse Duffield
2018-08-19 13:26:35 +10:00
committed by GitHub

15
.gitignore vendored
View File

@ -1,7 +1,18 @@
development.log # Please do not add personal files
commands.log
# Logs
*.log
# Extras
extra/lgit.rb extra/lgit.rb
# Notes
notes/go.notes notes/go.notes
TODO.notes TODO.notes
TODO.md TODO.md
# Tests
test/repos/repo test/repos/repo
# Binaries
lazygit