From 7fd477545c9b5915cad465b28b9a0d736073aca6 Mon Sep 17 00:00:00 2001 From: simonraven Date: Mon, 5 Oct 2009 18:46:36 +0000 Subject: [PATCH] add some .gitignores based on svn:ignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Kjikàqawej Côté git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1874 c11ca15a-4712-0410-83d8-924469b57eb5 --- .gitignore | 6 ++++++ files/.gitignore | 9 +++++++++ log/.gitignore | 1 + 3 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 files/.gitignore create mode 100644 log/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffb08b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/infobot-* +/*.pid +/temp +/tmp +/*.sqlite + diff --git a/files/.gitignore b/files/.gitignore new file mode 100644 index 0000000..0881d89 --- /dev/null +++ b/files/.gitignore @@ -0,0 +1,9 @@ +/files/infobot.sqlite +/files/infobot.countdown +/files/infobot.users +/files/infobot.config +/files/*.uptime +/files/infobot.servers +/files/infobot.chan +/files/debian + diff --git a/log/.gitignore b/log/.gitignore new file mode 100644 index 0000000..a815434 --- /dev/null +++ b/log/.gitignore @@ -0,0 +1 @@ +/log/* -- 2.39.2