From c1468cb47e25d2e4c09431c6bcab7595816d02a6 Mon Sep 17 00:00:00 2001 From: Steve Chaplin <> Date: Tue, 14 Sep 2010 17:51:47 +0800 Subject: Move most exclude file patterns into top-level .gitignore, and remove the other .gitignore files. --- .gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0975ff1..e07de19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -# -# +# top-level .gitignore *~ .*.sw? .deps @@ -11,8 +10,17 @@ *.lo *.orig *.rej +*.pyc +*.pyo + +# image files +*.pdf +*.png +*.ps +*.svg + *-uninstalled.pc -# + aclocal.m4 autom4te.cache autoscan.log -- cgit v1.2.1