summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-19 13:26:35 +1000
committerGitHub <noreply@github.com>2018-08-19 13:26:35 +1000
commit7b3679d546c83b64dffcd3425eca72b02af02840 (patch)
treed36092e2209a1e9ac1c955f0e7e0fee4a976c78b
parentc8e63894b437ac6ec450eb0f661e7de627b7924f (diff)
parent2dbd5be24e0e360af5553d587ef12333b237fbe9 (diff)
Merge pull request #181 from glvr182/feature/ignore-unused
Cleaned the gitignore and added the linux binary
-rw-r--r--.gitignore15
1 files changed, 13 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3d59e16c5..304a2356f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,18 @@
-development.log
-commands.log
+# Please do not add personal files
+
+# Logs
+*.log
+
+# Extras
extra/lgit.rb
+
+# Notes
notes/go.notes
TODO.notes
TODO.md
+
+# Tests
test/repos/repo
+
+# Binaries
+lazygit \ No newline at end of file