Skip to content

Commit 74b1549

Browse files
author
lukpueh
authored
Merge pull request #1288 from CrossStream/sandbox/rzr/review/master
git: Ignore generated files
2 parents 768f9d8 + 99f12ab commit 74b1549

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,15 @@ env/*
1414
.tox/*
1515
tests/htmlcov/*
1616
.DS_Store
17+
.pybuild/*
1718
.python-version
18-
*~
19+
*~
20+
*.tmp
21+
22+
# Debian generated files
23+
debian/.debhelper/*
24+
debian/*-stamp
25+
debian/files
26+
debian/*.debhelper
27+
debian/*.substvars
28+
debian/python*-tuf/*

0 commit comments

Comments
 (0)