Skip to content

Commit d8357a0

Browse files
authored
[Git] Ignore python/requirements directory (#13684)
This directory is automatically generated by the `python/gen_requirements.py` script, and should be ignored by git whenever present.
1 parent 17f88ea commit d8357a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ var/
3232
*.manifest
3333
*.spec
3434

35+
# Generated by python/gen_requirements.py
36+
python/requirements/*.txt
37+
3538
# Installer logs
3639
pip-log.txt
3740
pip-delete-this-directory.txt

0 commit comments

Comments
 (0)