From fd23bccd4d279e902d0b609cee71f09750d364a7 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 2 May 2010 23:44:42 +0200 Subject: [develop-olympus] Basic gitignore file for cache files and backups. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..3e0f454e0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +phpBB/cache/*.php +*~ \ No newline at end of file -- cgit v1.2.3-65-gdbad