From c5ef4e1d2d392c2ba509b5f2df6c0d1ee66bdc44 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 23 Nov 2015 19:45:44 +0100 Subject: [PATCH] update to the gitignore --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd4b69d49..a792d3383 100644 --- a/.gitignore +++ b/.gitignore @@ -28,10 +28,10 @@ !/app/files/scripts/mispzmq/mispzmqtest.py /app/files/scripts/tmp/* !/app/files/scripts/tmp/empty -/app/tmp/files/* !/app/files/empty /app/files/terms/* !/app/files/terms/empty +!/app/files/taxonomies /app/webroot/img/logo.png /app/webroot/img/custom/* !/app/webroot/img/custom/empty @@ -48,4 +48,14 @@ /app/Lib/cakephp /app/webroot/gpg.asc /app/tmp/logs +/app/tmp/cached_exports/xml/* +/app/tmp/cached_exports/json/* +/app/tmp/cached_exports/text/* +/app/tmp/cached_exports/rpz/* +/app/tmp/cached_exports/snort/* +/app/tmp/cached_exports/suricata/* +/app/tmp/cached_exports/md5/* +/app/tmp/cached_exports/sha1/* +/app/tmp/cached_exports/csv_all/* +/app/tmp/cached_exports/csv_sig/* *.swp