diff options
author | David Luposchainsky <dluposchainsky@gmail.com> | 2015-12-02 14:37:07 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-12-02 14:38:55 -0600 |
commit | d4d54b463ef73a577054e9ed1dfce5044072bce7 (patch) | |
tree | 1365a18ac29191f8a6edee3e9ad130665d058409 /.gitignore | |
parent | c75948b9dcf5a2761223f4ef3777042982c33cc8 (diff) | |
download | haskell-d4d54b463ef73a577054e9ed1dfce5044072bce7.tar.gz |
Remove *.xml from gitignore
With the move to RST-based documentation, there is no need to ignore XML files
in the source tree anymore.
Reviewed By: bgamari
Differential Revision: https://phabricator.haskell.org/D1554
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a223f300c9..b61ba02e71 100644 --- a/.gitignore +++ b/.gitignore @@ -91,7 +91,6 @@ _darcs/ /docs/index.html /docs/users_guide/users_guide /docs/users_guide/ghc.1 -/docs/users_guide/*.xml /docs/users_guide/*.gen.rst /docs/users_guide/ghc_config.py /docs/users_guide/ghc_config.pyc |