Remove python code artifacts.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
*.pyc
|
|
||||||
*.bk
|
*.bk
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
@@ -8,5 +7,4 @@ target
|
|||||||
Cargo.lock
|
Cargo.lock
|
||||||
.*.rustfmt
|
.*.rustfmt
|
||||||
cranelift.dbg*
|
cranelift.dbg*
|
||||||
.mypy_cache
|
|
||||||
rusty-tags.*
|
rusty-tags.*
|
||||||
|
|||||||
@@ -12,10 +12,6 @@ set -euo pipefail
|
|||||||
#
|
#
|
||||||
# All tests run by this script should be passing at all times.
|
# All tests run by this script should be passing at all times.
|
||||||
|
|
||||||
# Disable generation of .pyc files because they cause trouble for vendoring
|
|
||||||
# scripts, and this is a build step that isn't run very often anyway.
|
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
|
||||||
|
|
||||||
# Repository top-level directory.
|
# Repository top-level directory.
|
||||||
topdir=$(dirname "$0")
|
topdir=$(dirname "$0")
|
||||||
cd "$topdir"
|
cd "$topdir"
|
||||||
|
|||||||
Reference in New Issue
Block a user