aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--readme.md5
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ac1471f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/build/
+/subprojects/*
+!/subprojects/*.wrap
+
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..06bb40a
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,5 @@
+# CALT
+
+A C library that is to implement extend and be an alternative to the C stdard library
+
+## Note: This is alpha quality software