Skip to content

Commit

Permalink
Bug 1214256 - Add talos virtualenv and tp5n files to .hgignore and .g…
Browse files Browse the repository at this point in the history
…itignore. r=gps

--HG--
extra : transplant_source : %E0%7C%8EX%E1i%E6%B6V%01%97%88y%17%EA%07%08%1FK8
  • Loading branch information
mikeconley committed Oct 13, 2015
1 parent 8e6e82a commit e7bc9db
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@ mobile/android/gradle/.gradle

# Ignore node_modules from eslint-plugin-mozilla
testing/eslint-plugin-mozilla/node_modules/

# Ignore talos virtualenv and tp5n files.
# The tp5n set is supposed to be decompressed at
# testing/talos/talos/page_load_test/tp5n in order to run tests like tps
# locally. Similarly, running talos requires a Python package virtual
# environment. Both the virtual environment and tp5n files end up littering
# the status command, so we ignore them.
testing/talos/.Python
testing/talos/bin/
testing/talos/include/
testing/talos/lib/
testing/talos/talos/page_load_test/tp5n/
12 changes: 12 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,15 @@ GPATH

# Ignore node_modules from eslint-plugin-mozilla
^testing/eslint-plugin-mozilla/node_modules/

# Ignore talos virtualenv and tp5n files.
# The tp5n set is supposed to be decompressed at
# testing/talos/talos/page_load_test/tp5n in order to run tests like tps
# locally. Similarly, running talos requires a Python package virtual
# environment. Both the virtual environment and tp5n files end up littering
# the status command, so we ignore them.
^testing/talos/.Python
^testing/talos/bin/
^testing/talos/include/
^testing/talos/lib/
^testing/talos/talos/page_load_test/tp5n/

0 comments on commit e7bc9db

Please sign in to comment.