[cpp-opensaml] 02/02: Add general ignore of .deps and .dirstamp

Scott Cantor cantor.2 at osu.edu
Tue May 3 21:28:44 EDT 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-opensaml.

commit 8bda6d05adbf3572e244534352d76e1a347199ef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 3 21:16:51 2016 -0400

    Add general ignore of .deps and .dirstamp
---
 .gitignore | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 24f9680..f017fd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,8 @@ Makefile
 Makefile.in
 stamp-h1
 stamp-h2
+.deps
+.dirstamp
 Debug
 Release
 x64
@@ -65,11 +67,8 @@ x64
 /m4/ltversion.m4
 /schemas/*-catalog.xml
 /saml/config_pub.h
-/saml/.deps
 /samlsign/samlsign
-/samlsign/.deps
 /samltest/samltest
-/samltest/.deps
 /samltest/*.cpp
 /samltest/*/*.cpp
 /samltest/**/*.cpp

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list