Import from old repository

This commit is contained in:
Stefan
2020-04-06 18:48:34 +02:00
commit 0da6783a45
762 changed files with 103065 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Ignore back-up files.
*~
# Ignore compiled Python files.
*.pyc
*.pyo
# Don't include build related files.
/dependencies/
/dist/
/build/
# And don't care about the 'egg'.
/plaso.egg-info
# Test files
.coverage
tests-coverage.txt
# And don't care about the temporary code review file if it exists.
._code_review_number