diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-10-18 22:43:31 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-10-18 22:52:14 +0200 |
| commit | f3c754121a25c2fc388355e6cc3b5c96d75277e8 (patch) | |
| tree | 122b53e4cc5272c1eb8eea20328cec8be5b5f99d /scripts/.gitignore | |
| parent | b6b2d65945758123f8420ddcf5cd3295266832db (diff) | |
| download | manifest-f3c754121a25c2fc388355e6cc3b5c96d75277e8.tar.gz manifest-f3c754121a25c2fc388355e6cc3b5c96d75277e8.tar.bz2 manifest-f3c754121a25c2fc388355e6cc3b5c96d75277e8.zip | |
scripts: Move Manifest in its own file
This enables to reuse the manifest parsing code other python
scripts.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'scripts/.gitignore')
| -rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index 452bdbe..927775a 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1 +1,2 @@ +__pycache__ tests/mirror.sh |
