summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGlenn Vriesman <g.vriesman@livetech-systems.com>2018-08-18 11:49:37 +0200
committerGlenn Vriesman <g.vriesman@livetech-systems.com>2018-08-18 11:49:37 +0200
commitc0914015718c934c35b8503e741ac53c31462c64 (patch)
treebc3f55bc4ac2b228516b2833c4b3ffb898b1e5f9 /.gitignore
parentaaa8558de83b109e59e752819e02925da4c134b5 (diff)
Cleaned the gitignore and added the linux binary
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