diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-10 13:32:18 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-10 14:40:07 -0400 |
commit | e16c615962e130bb251ff273bdb0e4c5df0c909a (patch) | |
tree | 393f78fa93e207d427267108ca757027d7447fde | |
parent | 7436f4f910deaed2825ce99438f98aef0e0f9f82 (diff) |
Add the X11 protocol spec to the build system - Part II
There was an non-Automake Makefile checked-in for which
an override was needed in .gitignore. It can go now.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | specs/XProtocol/.gitignore | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/specs/XProtocol/.gitignore b/specs/XProtocol/.gitignore index 35659d4..87e2e0f 100644 --- a/specs/XProtocol/.gitignore +++ b/specs/XProtocol/.gitignore @@ -1,8 +1,3 @@ # Add & Override for this directory and it's subdirectories -# Override defaults from top level .gitignore -!Makefile -# Additional files to ignore -index.raw -proto.idx.pdf -proto.pdf -x11.pdf +index.* +*.pdf |