summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hello0/.gitattributes2
-rw-r--r--hello0/.gitignore5
-rw-r--r--hello0/build/.gitignore5
-rw-r--r--hello0/manifest4
4 files changed, 12 insertions, 4 deletions
diff --git a/hello0/.gitattributes b/hello0/.gitattributes
index 9fce1b0..1631641 100644
--- a/hello0/.gitattributes
+++ b/hello0/.gitattributes
@@ -10,7 +10,7 @@
#*.bat text eol=crlf
# Use `eol=lf` for files that should have the LF line ending both in the
-# working tree (even on Windows) in the repository.
+# working tree (even on Windows) and in the repository.
#
#*.sh text eol=lf
diff --git a/hello0/.gitignore b/hello0/.gitignore
index d2bf469..b70cc4b 100644
--- a/hello0/.gitignore
+++ b/hello0/.gitignore
@@ -3,9 +3,14 @@
*.d
*.t
*.i
+*.i.*
*.ii
+*.ii.*
*.o
*.obj
+*.gcm
+*.pcm
+*.ifc
*.so
*.dll
*.a
diff --git a/hello0/build/.gitignore b/hello0/build/.gitignore
index 225c27f..974e01d 100644
--- a/hello0/build/.gitignore
+++ b/hello0/build/.gitignore
@@ -1 +1,4 @@
-config.build
+/config.build
+/root/
+/bootstrap/
+build/
diff --git a/hello0/manifest b/hello0/manifest
index a11da2a..13c5a28 100644
--- a/hello0/manifest
+++ b/hello0/manifest
@@ -3,11 +3,11 @@ name: hello0
version: 1.0.0
project: hello
summary: Zero-dependencies "Hello World" program
-license: public-domain
+license: other: public domain ; Released into the public domain.
url: http://example.org/hello0
src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0
email: hello0@example.org
-build-email: builds@build2.org
+build-warning-email: builds@build2.org
builds: all
requires: c++11
depends: * build2 >= 0.9.0