mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
Merge pull request #649 from alexjacks92/gitignoreUpdate
Gitignore update - the repo has no interest in the pycache or compiled python files.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -53,6 +53,8 @@ genfiles.properties
|
||||
!/test/output/gold
|
||||
/test/output/gold/tmp
|
||||
/test/script/ScriptLog.txt
|
||||
/test/script/__pycache__/
|
||||
/test/script/*.pyc
|
||||
/test/build/
|
||||
/test/dist/
|
||||
/test/nbproject/*
|
||||
|
||||
Reference in New Issue
Block a user