Skip to content

Commit

Permalink
fix: remove .log from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Jul 7, 2024
1 parent 1ef722b commit 0970ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ junit_test_report.xml
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

Expand Down
4 changes: 4 additions & 0 deletions example/test.tmconf.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2024-06-30T18:39:16Z - WARNING - tmconfpy.parser - UNRECOGNIZED LINE for object 'sys software update': ' auto-check enabled'
2024-06-30T18:39:16Z - WARNING - tmconfpy.parser - UNRECOGNIZED LINE for object 'sys software update': ' auto-phonehome enabled'
2024-06-30T18:39:16Z - WARNING - tmconfpy.parser - UNRECOGNIZED LINE for object 'fatal-grace-time': ' time 500'
2024-06-30T18:39:16Z - WARNING - tmconfpy.parser - UNRECOGNIZED LINE for object 'fatal-grace-time': ' enabled yes'

0 comments on commit 0970ec5

Please sign in to comment.