From 9a8731e07764758fd241d84edcffb4938eae1791 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 12 Nov 2014 01:47:11 +0000 Subject: [PATCH] Added svn:ignore settings to ignore directories and files used by virtualenv. - Legacy-Id: 8647 --- .gitignore | 4 ++++ bin/.gitignore | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 bin/.gitignore diff --git a/.gitignore b/.gitignore index 6fd79b0b9..a81c2928a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ /mergequeue /INSTALL.pdf /bin +/etc +/local +/lib +/include diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 000000000..1ccafa4f7 --- /dev/null +++ b/bin/.gitignore @@ -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