initial commit

This commit is contained in:
Amy de Buitléir 2023-06-12 18:32:18 +01:00
parent 0f05f3b472
commit f5c7cc6ab7
3 changed files with 159 additions and 46 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
*-generated.adoc
source/hello-python

View file

@ -29,4 +29,4 @@ index.html : $(ADOC_FILES)
.PHONY: clean
clean :
> rm -rf $(GENERATED_ADOC_FILES) hello-python
> rm -rf $(GENERATED_ADOC_FILES) $(WORKDIR)

File diff suppressed because one or more lines are too long