From 5ee71a94e7810e237c7867f8a5cce0f3efd33cf8 Mon Sep 17 00:00:00 2001 From: Neal Andrew Crook Date: Sun, 22 May 2016 19:25:46 +0100 Subject: [PATCH] .gitignore files for the Library tree --- Library/include/sys/.gitignore | 2 ++ Library/libs/.gitignore | 5 +++++ Library/tools/.gitignore | 4 ++++ 3 files changed, 11 insertions(+) create mode 100644 Library/include/sys/.gitignore create mode 100644 Library/libs/.gitignore create mode 100644 Library/tools/.gitignore 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_* -- 2.34.1