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 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f77b6ff..e268ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ +tags /temp /lib /ext /build /site /git +/lucene /build.properties /federation.properties /mailtest.properties @@ -22,3 +24,9 @@ /build-next.xml /*.ps1 /*.sh +/*.factorypath +/src/main/dagger +/**/.idea +/**/init.lua +/**/session +/nbproject/private -- Gitblit v1.9.1