Skip to content

Commit

Permalink
Add .gitignore.
Browse files Browse the repository at this point in the history
Co-authored-by: Joerg Lehmann <[email protected]>
Co-authored-by: Andre Wobst <[email protected]>
  • Loading branch information
wobsta and joerg-lehmann committed Jul 13, 2019
1 parent decfa28 commit 520578f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Python byte code
__pycache__/
*.py[cod]
.python-version
PyX.egg-info
1 change: 1 addition & 0 deletions faq/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_build
2 changes: 2 additions & 0 deletions manual/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.png
_build/
1 change: 1 addition & 0 deletions www/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
1 change: 1 addition & 0 deletions www/png/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.png

0 comments on commit 520578f

Please sign in to comment.