From c0914015718c934c35b8503e741ac53c31462c64 Mon Sep 17 00:00:00 2001 From: Glenn Vriesman Date: Sat, 18 Aug 2018 11:49:37 +0200 Subject: [PATCH 1/2] Cleaned the gitignore and added the linux binary --- .gitignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d59e16c5..967a4e3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,23 @@ -development.log -commands.log +# Please do not add personal files + +# 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 \ No newline at end of file From 2dbd5be24e0e360af5553d587ef12333b237fbe9 Mon Sep 17 00:00:00 2001 From: Glenn Vriesman Date: Sat, 18 Aug 2018 13:04:44 +0200 Subject: [PATCH 2/2] Removed duplicates --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 967a4e3ee..304a2356f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,19 +5,14 @@ # 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 \ No newline at end of file