From eecaad8b8e2c447429c31a01d49260ddd6b4ee03 Mon Sep 17 00:00:00 2001 From: Paul Martin <paul@paulsputer.com> Date: Sat, 16 Apr 2016 17:35:32 -0400 Subject: [PATCH] Proof of concept #1026 --- .gitignore | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1aa7447..e268ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ +tags /temp /lib /ext /build /site /git +/lucene /build.properties /federation.properties /mailtest.properties @@ -20,3 +22,11 @@ /data /*.conf /build-next.xml +/*.ps1 +/*.sh +/*.factorypath +/src/main/dagger +/**/.idea +/**/init.lua +/**/session +/nbproject/private -- Gitblit v1.9.1