mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-19 05:37:18 +00:00
da2334e3ab
- Contributors may run `make venv` and install requirements.txt without modifying host OS - Innermost `requirements.txt`, 2 dependencies, moved to uppermost requirements.txt - Adds `venv` to .gitignore in case contributors/developer forget to remove. - Reverts source/conf.py to original. - Replaces python command with python3 in innermost _python/Makefile Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
20 lines
301 B
Plaintext
20 lines
301 B
Plaintext
#Exluding from the tree the html build files
|
|
source/_build
|
|
# ignore vi temporary files
|
|
*.swp
|
|
*~
|
|
.*~
|
|
|
|
# ignore VS code settings
|
|
.vscode/
|
|
|
|
# ignore .mo translation files
|
|
*.mo
|
|
|
|
# ignore artifacts generated by running make py
|
|
cloned_repo
|
|
bundles.html.txt
|
|
|
|
# ignore the venv, used for running make py
|
|
venv
|