From 9eff8b06c05f26d9a708cb492d932dc3418cfc31 Mon Sep 17 00:00:00 2001 From: Christopher Sahnwaldt Date: Wed, 25 Sep 2013 15:15:19 +0200 Subject: [PATCH] moved some .gitignore stuff down to child modules --- .gitignore | 4 ---- live/.gitignore | 2 ++ wiktionary/.gitignore | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 live/.gitignore create mode 100644 wiktionary/.gitignore diff --git a/.gitignore b/.gitignore index b731cc86e9..e14a14244d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,3 @@ target/ *.lck *.tmp java_pid* -wiktionary/config.properties -wiktionary/download.properties -live/live.xml -live/live.ini diff --git a/live/.gitignore b/live/.gitignore new file mode 100644 index 0000000000..c22f958885 --- /dev/null +++ b/live/.gitignore @@ -0,0 +1,2 @@ +live.xml +live.ini diff --git a/wiktionary/.gitignore b/wiktionary/.gitignore new file mode 100644 index 0000000000..92358a510c --- /dev/null +++ b/wiktionary/.gitignore @@ -0,0 +1,2 @@ +config.properties +download.properties