Skip to content

Commit f15d033

Browse files
committed
Adding git ignore to repo.
Notes: Using git now instead of hg-git due to bugs with dulwich and issues with branches + gh-pages.
1 parent c43e695 commit f15d033

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# HG Revert
2+
*.orig
3+
4+
# vi swap files
5+
*.swp
6+
# backup & tmp/* files
7+
*.bak
8+
tmp/
9+
10+
# py compiled files
11+
*.pyc
12+
*.pyo
13+
14+
# python garbage
15+
build/
16+
*.egg-info/

0 commit comments

Comments
 (0)