]> git.madduck.net Git - etc/vim.git/history - .gitignore

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5'
[etc/vim.git] / .gitignore
2023-10-20 martin f. krafftMerge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5' master
2023-10-16 Charles PatelMigrate mypy config to pyproject.toml (#3936)
2021-11-11 Richard Siprimer: Hypothesis now requires Python>=3.8 (GH-2602)
2021-10-14 martin f. krafftAdd '.vim/bundle/black/' from commit '2f3fa1f6d0cbc2a3f...
2021-10-14 martin f. krafftAdd '.vim/bundle/vim-python-pep8-indent/' from commit...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-06-13 jack1142Add EOF and trailing whitespace fixer to pre-commit...
2021-06-09 jack1142Add coverage files to gitignore (#2323)
2021-04-25 Łukasz LangaRe-add .venv to .gitignore
2021-04-25 Łukasz LangaRevert "Use lowercase hex numbers fixes #1692 (#1775)"
2020-11-13 Casper Weiss BangUse lowercase hex numbers fixes #1692 (#1775)
2020-10-19 Sagi ShadurSwitch to pytest and tox (#1763)
2020-08-21 Zac-HDProperty-based fuzz test
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)
2020-05-08 shaoranAdding documentation to the README for import errors...
2020-01-26 martin f. krafftAdd '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f...
2019-10-30 Michael J. SullivanSupport compilation with mypyc (#1009)
2019-10-21 Łukasz Langas/_version.py/_black_version.py/ (#1082)
2019-10-14 Michael J. SullivanAdd .eggs to .gitignore (#1063)
2019-09-18 vezeliSwitch from versioneer to setuptools-scm (#1008)
2019-09-04 Rishikesh JhaPrint a separate message when there are no inputs given...
2019-03-14 Łukasz LangaAdd pip-wheel-metadata/ to ignores
2019-02-24 martin f. krafftAdd '.vim/bundle/explainpat/' from commit '8b7939ff8676...
2018-09-18 Łukasz LangaImprove Poetry support
2018-09-18 Sébastien EustaceUpdate Poetry section in pyproject.toml (#490)
2018-08-28 Jon DufresneAdd build & dist directories to .gitignore (#487)
2018-07-26 Fergal HaineyAdd Gemfile.lock to .gitignore
2018-07-21 Daniel HahlerCoverage reporting via covimerage (#107)
2018-05-07 Christian HeimesAdd more files/directories to .gitignore (#191)
2018-04-28 Łukasz Langa.gititnore += .vscode
2018-03-26 Łukasz LangaSelf-host PyPI-related badges
2018-03-23 Carol Willingadd sphinx docs skeleton (#71)
2018-03-14 Łukasz LangaInitial commit
2017-10-21 Andy Wokulagitignore
2016-06-21 Antony LeeAdd Cython support (#48)
2015-12-18 Hiroshi ShirosakiMerge pull request #237 from shirosaki/doc
2015-12-16 Hiroshi ShirosakiGenerate vim help from README.md using vim-tools
2015-12-09 Hiroshi ShirosakiMerge pull request #235 from jirislaby/patch-1
2015-12-09 Daniel HahlerAdd support for "make test", automatically installing...