Skip to content

Commit 7a41373

Browse files
committed
Add a rule to ignore log files
1 parent f1acd7f commit 7a41373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# git-ls-files --others --exclude-from=.git/info/exclude
22
# Lines that start with '#' are comments.
33

4+
# Log files - anywhere
5+
log.*
6+
47
# Editor and misc backup files - anywhere
58
*~
69
.*~

0 commit comments

Comments
 (0)