From: Neal Andrew Crook Date: Sun, 22 May 2016 18:25:46 +0000 (+0100) Subject: .gitignore files for the Library tree X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5ee71a94e7810e237c7867f8a5cce0f3efd33cf8;p=FUZIX.git .gitignore files for the Library tree --- diff --git a/Library/include/sys/.gitignore b/Library/include/sys/.gitignore new file mode 100644 index 00000000..40beb1a5 --- /dev/null +++ b/Library/include/sys/.gitignore @@ -0,0 +1,2 @@ +# not tracked here; copied from kernel tree by build process +userstructs.h diff --git a/Library/libs/.gitignore b/Library/libs/.gitignore new file mode 100644 index 00000000..209e5941 --- /dev/null +++ b/Library/libs/.gitignore @@ -0,0 +1,5 @@ +libc.l +liberror.txt +syscall.l +syslib.l +syslib*.lib diff --git a/Library/tools/.gitignore b/Library/tools/.gitignore new file mode 100644 index 00000000..ac3dbfb5 --- /dev/null +++ b/Library/tools/.gitignore @@ -0,0 +1,4 @@ +libclean +liberror +syscall +syscall_*