Skip to content

Commit

Permalink
Merge pull request pypy#4832 from mattip/cleanup-ignores-and-links
Browse files Browse the repository at this point in the history
add some .gitignores and fix links in FAQ
  • Loading branch information
mattip authored Jan 5, 2024
2 parents ef68051 + d6997cc commit d2ac4b6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,22 @@ release/
!pypy/tool/release/
rpython/_cache/
.cache/
lib_pypy/_audioop_cffi*
lib_pypy/_curses_cffi*
lib_pypy/_gdbm_cffi*
lib_pypy/_lzma_cffi*
lib_pypy/_posixshmem_cffi*
lib_pypy/_pwdgrp_cffi*
lib_pypy/_pypy_openssl*
lib_pypy/_pypy_util_cffi_inner*
lib_pypy/_resource_cffi*
lib_pypy/_sqlite3_cffi*
lib_pypy/_syslog_cffi*
lib_pypy/_tkinter/tklib_cffi*
rpython/rlib/rvmprof/src/shared/libbacktrace/config.h
include/pypy*
lib/pypy*
pypy/doc/config/*.rst
pypy/doc/config/*.txt
pypy/doc/_build

8 changes: 4 additions & 4 deletions pypy/doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ Since RPython is built on top of Python2 and that is extremely unlikely to
change, the Python2 version of PyPy will be around "forever", i.e. as long as
PyPy itself is around.

_ `Mercurial and bitbucket`: https://www.pypy.org/posts/2010/12/pypy-migrates-to-mercurial-3308736161543832134.html
_ `git notes`: https://git-scm.com/docs/git-notes
_ `conda-forge: https://www.pypy.org/posts/2022/11/pypy-and-conda-forge.html
_ `moved to Git/GitHub`: https://www.pypy.org/posts/2023/12/pypy-moved-to-git-github.html
.. _`mercurial and bitbucket`: https://www.pypy.org/posts/2010/12/pypy-migrates-to-mercurial-3308736161543832134.html
.. _`git notes`: https://git-scm.com/docs/git-notes
.. _`conda-forge`: https://www.pypy.org/posts/2022/11/pypy-and-conda-forge.html
.. _`moved to Git/GitHub`: https://www.pypy.org/posts/2023/12/pypy-moved-to-git-github.html

0 comments on commit d2ac4b6

Please sign in to comment.