[PATCH xserver] dix and os: gitignore dix.O and os.O

Gaetan Nadon memsize at videotron.ca
Fri Sep 23 12:16:20 PDT 2011


Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 dix/.gitignore |    1 +
 os/.gitignore  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 os/.gitignore

diff --git a/dix/.gitignore b/dix/.gitignore
index c1b4f20..65f2f8c 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 0000000..bba633b
--- /dev/null
+++ b/os/.gitignore
@@ -0,0 +1 @@
+os.O
-- 
1.7.4.1



More information about the xorg-devel mailing list