Skip to content

Commit 99f12ab

Browse files
committed
git: Ignore generated files
This will help packaging effort Relate-to: #263 Signed-off-by: Philippe Coval <[email protected]> Change-Id: I60cf8c5fdbe6aa4b44aebadb7f4bc13c546ad159
1 parent 768f9d8 commit 99f12ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

+11-1
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)