From 84bb0207f6db433a8d387d933393357da87ca23e Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 23 Sep 2011 20:03:03 -0400 Subject: [PATCH] dix and os: gitignore dix.O and os.O Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon Signed-off-by: Alan Coopersmith --- dix/.gitignore | 1 + os/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 os/.gitignore diff --git a/dix/.gitignore b/dix/.gitignore index c1b4f206b..65f2f8c62 100644 --- a/dix/.gitignore +++ b/dix/.gitignore @@ -1,2 +1,3 @@ # Add & Override for this directory and it's subdirectories Xserver-dtrace.h +dix.O diff --git a/os/.gitignore b/os/.gitignore new file mode 100644 index 000000000..bba633b88 --- /dev/null +++ b/os/.gitignore @@ -0,0 +1 @@ +os.O