From 6f9ea13dd423d7ff0307265140496fb36c62d924 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 20 Sep 2014 09:08:24 -0500 Subject: move deps and plugins to _ prefixed --- priv/templates/gitignore.dtl | 1 + 1 file changed, 1 insertion(+) (limited to 'priv/templates/gitignore.dtl') diff --git a/priv/templates/gitignore.dtl b/priv/templates/gitignore.dtl index 79ae0fb..0eb9ed8 100644 --- a/priv/templates/gitignore.dtl +++ b/priv/templates/gitignore.dtl @@ -1,3 +1,4 @@ +_* .eunit deps priv -- cgit v1.1 From f1a0249bcf12f08b7aae21aec373fec4cd583dbe Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 13 Oct 2014 16:23:50 -0500 Subject: preliminary _checkouts/ support --- priv/templates/gitignore.dtl | 1 - 1 file changed, 1 deletion(-) (limited to 'priv/templates/gitignore.dtl') diff --git a/priv/templates/gitignore.dtl b/priv/templates/gitignore.dtl index 0eb9ed8..23123d4 100644 --- a/priv/templates/gitignore.dtl +++ b/priv/templates/gitignore.dtl @@ -1,7 +1,6 @@ _* .eunit deps -priv *.o *.beam *.plt -- cgit v1.1