diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-23 20:03:03 -0400 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-23 17:14:47 -0700 |
commit | 84bb0207f6db433a8d387d933393357da87ca23e (patch) | |
tree | f4165037f5cf7212b0bd7116ee53dd26cd9715ca | |
parent | 3d41939d0349569dcfd2aef9b846c739d0ba0060 (diff) |
dix and os: gitignore dix.O and os.O
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | dix/.gitignore | 1 | ||||
-rw-r--r-- | os/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
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 |