Skip to content

Commit 9a8731e

Browse files
committed
Added svn:ignore settings to ignore directories and files used by virtualenv.
- Legacy-Id: 8647
1 parent c462e63 commit 9a8731e

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@
2424
/mergequeue
2525
/INSTALL.pdf
2626
/bin
27+
/etc
28+
/local
29+
/lib
30+
/include

bin/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/python
2+
/easy_install
3+
/activate.fish
4+
/pip
5+
/easy_install-2.7
6+
/activate
7+
/python2
8+
/python2.7
9+
/pip2
10+
/activate.csh
11+
/activate_this.py
12+
/pyflakes
13+
/pip2.7

0 commit comments

Comments
 (0)