summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 13:25:56 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 13:25:56 +0000
commit10bbea27a2b86dea661ead782557a4921b0b92e5 (patch)
treeae05bc14811234890cb9da75cdf2878da3ea98e3 /.gitignore
parent00d642dc41a87f3c1e2ea4e33e85510bf0585d11 (diff)
downloadmorph-10bbea27a2b86dea661ead782557a4921b0b92e5.tar.gz
Remove all but Python bytecode files from .gitignore
Some like to see tests/*-actual files in "git status" output, for example, and others don't. The best way to deal with this seems to be to not have them in .gitignore and add a personal global ignores file for those who want to ignore them. git config --global core.excludesfile ~/.git-default-ignores Then edit ~/.git-default-ignores.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 1dc235c2..0d20b648 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1 @@
*.pyc
-*.swp
-*.swo
-*.stdout-actual
-*.stdout-diff
-*.stderr-actual
-*.stderr-diff
-do-squeeze-chroot