Created
August 6, 2018 02:21
-
-
Save ksvbka/5894b6f91bb5cdc01e266e68395cad0e to your computer and use it in GitHub Desktop.
Debian gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ignore generated files | |
| /*.deb | |
| /*.dsc | |
| /*.changes | |
| # Only care about debian/ directory | |
| /*/* | |
| !/*/debian | |
| # Ignore files generated during build | |
| /*/debian/files | |
| /*/debian/*.substvars | |
| /*/debian/*.log | |
| /*/debian/*.debhelper | |
| /*/debian/*-stamp | |
| /*/debian/*/ | |
| /build | |
| /.pybuild | |
| # Temple file | |
| tmp*/ | |
| .vscode/ | |
| tmp*.sh | |
| tmp*.py | |
| tmp*.md | |
| */__pycache__ | |
| */__pycache__/* | |
| */*/__pycache__/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment