| # Test data files | |
| *.i5.xml | |
| *.zip | |
| !share/*.jar | |
| # Build artifacts | |
| blib/ | |
| local/ | |
| Makefile | |
| MYMETA* | |
| pm_to_blib | |
| pod2htmd.tmp | |
| # Git and version control | |
| .git/ | |
| .github/ | |
| .gitignore | |
| # IDE files | |
| .idea/ | |
| *.swp | |
| *~ | |
| # Temporary and output files | |
| *.xml | |
| *.tar.gz | |
| *.tar.xz | |
| err | |
| out | |
| out.txt | |
| new | |
| old | |
| a/ | |
| b/ | |
| BNC/ | |
| # CI/CD | |
| .gitlab-ci-local/ | |
| .gitlab-ci-local-variables.yml* | |
| # Documentation (included via COPY) | |
| # Readme.pod will be included |