From c0914015718c934c35b8503e741ac53c31462c64 Mon Sep 17 00:00:00 2001 From: Glenn Vriesman Date: Sat, 18 Aug 2018 11:49:37 +0200 Subject: Cleaned the gitignore and added the linux binary --- .gitignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3