From 00d105946fc3b7d424a2d017288feb72e2c80849 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 19 Aug 2011 11:36:43 +0400 Subject: [PATCH] In .gitignore, remove trailing slash for libatomic_ops directory (otherwise libatomic_ops is not ignored if it is a symbolic link). --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 71334e5..605f08e 100644 --- a/.gitignore +++ b/.gitignore @@ -42,8 +42,8 @@ /include/private/config.h.in~ /include/private/stamp-h1 -# External library: -/libatomic_ops/ +# External library (without trailing slash to allow symlinks): +/libatomic_ops # These files are generated by autoreconf: /Makefile.in -- 2.7.4