Skip to content

Commit

Permalink
Merge pull request #1288 from CrossStream/sandbox/rzr/review/master
Browse files Browse the repository at this point in the history
git: Ignore generated files
  • Loading branch information
lukpueh authored Feb 18, 2021
2 parents 768f9d8 + 99f12ab commit 74b1549
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,15 @@ env/*
.tox/*
tests/htmlcov/*
.DS_Store
.pybuild/*
.python-version
*~
*~
*.tmp

# Debian generated files
debian/.debhelper/*
debian/*-stamp
debian/files
debian/*.debhelper
debian/*.substvars
debian/python*-tuf/*

0 comments on commit 74b1549

Please sign in to comment.