From 10bbea27a2b86dea661ead782557a4921b0b92e5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Feb 2012 13:25:56 +0000 Subject: 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. --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1