Skip to content

Instantly share code, notes, and snippets.

@ksvbka
Created August 6, 2018 02:21
Show Gist options
  • Select an option

  • Save ksvbka/5894b6f91bb5cdc01e266e68395cad0e to your computer and use it in GitHub Desktop.

Select an option

Save ksvbka/5894b6f91bb5cdc01e266e68395cad0e to your computer and use it in GitHub Desktop.
Debian gitignore
# 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