From eccba3fb45223823c508014b552a952b6559ffe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 3 Feb 2014 19:36:45 +0100 Subject: [PATCH] update gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 8 +++++++- extras/lightweight-ponies/.gitignore | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 extras/lightweight-ponies/.gitignore diff --git a/.gitignore b/.gitignore index 9f32cd2f..c81aa0f2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,18 @@ _/ /*.pony +## Hidden files + +.* +!.git* + + ## Backup files *~ \#*\# -.\#* *.swp +*.swo *.bak diff --git a/extras/lightweight-ponies/.gitignore b/extras/lightweight-ponies/.gitignore new file mode 100644 index 00000000..063f294e --- /dev/null +++ b/extras/lightweight-ponies/.gitignore @@ -0,0 +1,3 @@ +/pkg/ +/src/ +