From 0f08edd34b5c02a7a1fb8248eb2a196dec205660 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Sep 21 2012 08:36:30 +0000 Subject: Add general exclusions to .gitignore --- diff --git a/.gitignore b/.gitignore index 79bef22..42ddf85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,15 @@ -/libldm-0.2.1.tar.gz +# generic +.*.swp +*~ + +# mockbuild +/results_libldm/ + +# local +/.build-*.log +/x86_64/ +/libldm-*.src.rpm +/libldm-*/ + +# sources +/libldm-[0-9]*.tar.gz