aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-05-02 23:44:42 +0200
committerNils Adermann <naderman@naderman.de>2010-05-02 23:44:42 +0200
commitfd23bccd4d279e902d0b609cee71f09750d364a7 (patch)
tree2953c6c5cb7446ebaff11af51c83bc821e21385d /.gitignore
parentMerge branch 'ticket/bantu/9170' into develop-olympus (diff)
downloadphpbb-fd23bccd4d279e902d0b609cee71f09750d364a7.tar.gz
phpbb-fd23bccd4d279e902d0b609cee71f09750d364a7.tar.bz2
phpbb-fd23bccd4d279e902d0b609cee71f09750d364a7.zip
[develop-olympus] Basic gitignore file for cache files and backups.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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