Skip to content

Commit 718158a

Browse files
committed
Add .gitignore file
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 737780d commit 718158a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.pyc
2+
*.pyo
3+
*.pot
4+
*.po
5+
*.yaml
6+
*~
7+
*.swp
8+
.idea/*
9+
/build/*
10+
/dist/*
11+
mmdzanata.egg-info/*

0 commit comments

Comments
 (0)