aboutsummaryrefslogtreecommitdiff
path: root/metadot
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-28 13:39:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-28 13:39:43 -0200
commit17ad1c0becd40a7c1dad896be02b2bdf9483debb (patch)
treeec44ebf127b5450c45d1898b5bd71526e62c07d8 /metadot
parent42bce0cba2c7c805319971c23e9b19f610cc473c (diff)
downloadmetadot-17ad1c0becd40a7c1dad896be02b2bdf9483debb.tar.gz
metadot-17ad1c0becd40a7c1dad896be02b2bdf9483debb.tar.bz2
Creating .gitignore for new modules and README update
Diffstat (limited to 'metadot')
-rwxr-xr-xmetadot6
1 files changed, 6 insertions, 0 deletions
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"