.gitignore files for the Library tree
authorNeal Andrew Crook <neal@pippaluk.org.uk>
Sun, 22 May 2016 18:25:46 +0000 (19:25 +0100)
committerNeal Andrew Crook <neal@pippaluk.org.uk>
Sun, 22 May 2016 18:25:46 +0000 (19:25 +0100)
Library/include/sys/.gitignore [new file with mode: 0644]
Library/libs/.gitignore [new file with mode: 0644]
Library/tools/.gitignore [new file with mode: 0644]

diff --git a/Library/include/sys/.gitignore b/Library/include/sys/.gitignore
new file mode 100644 (file)
index 0000000..40beb1a
--- /dev/null
@@ -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 (file)
index 0000000..209e594
--- /dev/null
@@ -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 (file)
index 0000000..ac3dbfb
--- /dev/null
@@ -0,0 +1,4 @@
+libclean
+liberror
+syscall
+syscall_*