Added svn:ignore settings to ignore directories and files used by virtualenv.
- Legacy-Id: 8647
This commit is contained in:
parent
c462e63adb
commit
9a8731e077
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -24,3 +24,7 @@
|
|||
/mergequeue
|
||||
/INSTALL.pdf
|
||||
/bin
|
||||
/etc
|
||||
/local
|
||||
/lib
|
||||
/include
|
||||
|
|
13
bin/.gitignore
vendored
Normal file
13
bin/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/python
|
||||
/easy_install
|
||||
/activate.fish
|
||||
/pip
|
||||
/easy_install-2.7
|
||||
/activate
|
||||
/python2
|
||||
/python2.7
|
||||
/pip2
|
||||
/activate.csh
|
||||
/activate_this.py
|
||||
/pyflakes
|
||||
/pip2.7
|
Loading…
Reference in a new issue