[libldm/f18] Add general exclusions to .gitignore

Matthew Booth mdbooth at fedoraproject.org
Fri Sep 21 08:37:34 UTC 2012


commit 0f08edd34b5c02a7a1fb8248eb2a196dec205660
Author: Matthew Booth <mbooth at redhat.com>
Date:   Fri Sep 21 09:36:30 2012 +0100

    Add general exclusions to .gitignore

 .gitignore |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list