Skip to content

Commit 0798439

Browse files
author
Fatih Aşıcı
committedDec 21, 2011
Add .gitignore files
1 parent 54ececc commit 0798439

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*~
2+
*.mo
3+
*.py[co]
4+
build/
5+
dist/
6+
MANIFEST

‎tests/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos/*-bin/
2+
repos/contrib-2007/
3+
repos/pardus-2007/
4+
repos/tmp/
5+
pisi-index.xml*
6+
tests/

0 commit comments

Comments
 (0)
Please sign in to comment.