servo/.gitignore
Corey Farwell 117d59d393
Replace virtualenv with Python's built-in venv (#30377)
* Replace virtualenv with Python's built-in venv.

* Apply Delan's suggestions and make a couple small fixes

- Fix a tidy warning about directories that don't exist
- Use shutil instead of the redundant get_exec_path
- Miscellaneous cleanups

* Fix typo in environment variable

* fix bug where pip still tries to the wrong site-packages

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Delan Azabani <dazabani@igalia.com>
2023-12-07 08:18:30 +00:00

69 lines
818 B
Text

/.servo
/.cargo/*
!/.cargo/config.*
/.servobuild
/.wpt
/.vs
/android-toolchains
/target
/tests/wpt/reftests-report/report.html
/ports/android/bin
/ports/android/libs
/ports/android/local.properties
/ports/android/obj
/python/_virtualenv*
/python/_venv*
/python/tidy/servo_tidy.egg-info
/tests/wpt/sync
*.pkl
*.pyc
*.swp
*.swo
*.csv
*.rej
*.orig
.coverage
.DS_Store
Servo.app
.config.mk.last
/glfw
capture_webrender/
/screenshots
# Allow CSV files to be used as resources in tests
!/tests/**/*.csv
# Editors
## IntelliJ
.idea
*.iws
*.iml
## Gradle
.gradle
## VSCode
.vscode
!/.vscode/extensions.json
!/.vscode/settings.json
## Emacs
*~
.#*
\#*
\#*\#
## Vim
Session.vim
Sessionx.vim
/unminified-js
# Layout debugger trace files
layout_trace*
# Package managers
support/macos/Brewfile.lock.json
# direnv
.envrc