diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-04-18 07:30:56 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-04-18 07:30:56 +0200 |
commit | d2d5e08930d9cac2409582f440b4c6d09d5362c5 (patch) | |
tree | 5229686517fa084378815f364deb053db7b5628f |
Struttura delle directory
-rw-r--r-- | README.txt | 0 | ||||
-rw-r--r-- | build/.gitignore | 2 | ||||
-rw-r--r-- | dist/.gitignore | 2 | ||||
-rwxr-xr-x | make_guides.py | 3 |
4 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/README.txt diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/dist/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/make_guides.py b/make_guides.py new file mode 100755 index 0000000..066c83e --- /dev/null +++ b/make_guides.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + + |