summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files 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