diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 9989133ada..f6e4d5a3fa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -/env -/download_dir +/.tox /archive_dir /dmm -/.tox +/download_dir +/env +# "generated" is a place for autogenerated data, not to pollute git. +/generated outputs output.xml log.html |