123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # Default folder where the git repos are located
- repos/
- forks/
- tickets/
- docs/
- requests/
- releases/
- remotes/
- lcl/
- pagure_env/
- # Other python/editor specific files to ignore
- dist/
- build/
- pip-wheel-metadata/
- *.pyc
- *.pyo
- *.swo
- *.swp
- *.egg-info
- *.conf
- .coverage
- *~
- # Ignore files generated by run_ci_tests
- pep8.out
- pylint.out
- coverage.xml
- pagureenv-*
- worker.log
- _build/
- results/
- results_*/
- # Just a local folder I use for testing
- clones/
- # IdeaIDE
- .idea/
- # Ignore the git repos in unit tests
- tests/*.git
- # Don't track alembic.ini
- alembic.ini
- # Don't track the virtualenv we tell developers to use
- pagure_env/
- # Ignore the Vagrantfile
- Vagrantfile
- .dnf-cache
- *.retry
- .vagrant
- # Ignore generated dockerfile
- dev/containers/test_env
- # Tox virtualenvs
- .tox
- # Ignore pipenv
- Pipfile
- # A possible symlink for the testsuite
- /repobridge
- /repohookrunner
|