diff options
author | Carlos O'Donell <carlos@redhat.com> | 2024-02-28 10:03:36 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2024-02-28 10:05:45 -0500 |
commit | 29b8f979f87a2a07938946159bd2e827405258a2 (patch) | |
tree | a6860997f3d53a4be281d6b7f56beb9684af5954 /.gitignore | |
parent | 5fbfd1d8f7391dd40fd9aeec0d775165a30cffc5 (diff) | |
download | cti.coretoolchain.dev-29b8f979f87a2a07938946159bd2e827405258a2.tar.gz |
Provide top-level description of CTI, TAC, and Governance.
Remove build/ tree and add to .gitignore.
Includes FAQ section.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |