From 17ad1c0becd40a7c1dad896be02b2bdf9483debb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Dec 2013 13:39:43 -0200 Subject: Creating .gitignore for new modules and README update --- metadot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'metadot') diff --git a/metadot b/metadot index 1736c18..9442040 100755 --- a/metadot +++ b/metadot @@ -112,6 +112,12 @@ elif [ "$OPT" == "create" ]; then echo "This is the repository for $1 configuration." >> README.mdwn echo "More information at https://git.sarava.org/?p=metadot.git" >> README.mdwn + echo "# As we are handling with config files, it might be better to" > .gitignore + echo "# use a paranoid config by default." >> .gitignore + echo "#" >> .gitignore + echo "# Comment that while in development." >> .gitignore + echo '*' >> .gitignore + git add . ) echo "Metadot skeleton module $1 created at $MODULES/$1" -- cgit v1.2.3