From 6b75f8fa4d25b9444060af366d66310c57a09cba Mon Sep 17 00:00:00 2001
From: Horus3
Date: Sun, 23 Feb 2014 14:30:45 +0100
Subject: gitignore
---
.gitignore | 3 +++
www/index.php | 12 ------------
2 files changed, 3 insertions(+), 12 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dd5d2c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.db
+*.sqlite
+*~
diff --git a/www/index.php b/www/index.php
index 726b1eb..5e2bf87 100644
--- a/www/index.php
+++ b/www/index.php
@@ -71,15 +71,3 @@ $safe_name=SQLite3::escapeString("$_SESSION[username]");
echo "
";
echo "You have currently $invite invites.";
-
-