diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dd7da0fed52..4c9ff3b26de 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ core # Files generated by running tests *.log /src/td +/src/vstart_environment.sh # alpine abuild things .abuild/ @@ -80,4 +81,4 @@ GTAGS .mypy_cache/ # Python building things where it shouldn't -/src/python-common/build/
\ No newline at end of file +/src/python-common/build/ |