From a5fc37d8c3ecb364674a5ffbcb15e92019eb17f7 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 13 Oct 2013 00:18:11 -0700 Subject: [PATCH] Improve gitignore. Signed-off-by: Edward Z. Yang --- .gitignore | 4 ++++ tests/HTMLPurifier/PHPT/.gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 tests/HTMLPurifier/PHPT/.gitignore diff --git a/.gitignore b/.gitignore index 9fcd3c0e..553f454d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,7 @@ docs/doxygen* /*.php vendor composer.lock +*.rej +*.orig +*.bak +core diff --git a/tests/HTMLPurifier/PHPT/.gitignore b/tests/HTMLPurifier/PHPT/.gitignore new file mode 100644 index 00000000..cde8069e --- /dev/null +++ b/tests/HTMLPurifier/PHPT/.gitignore @@ -0,0 +1 @@ +*.php