1
0
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:
Richard Cordovano
2014-04-22 09:55:18 -04:00

2
.gitignore vendored
View File

@@ -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/*