diff options
author | Angelo Cuccato <cuccato@web.de> | 2010-11-07 13:59:59 +0100 |
---|---|---|
committer | Angelo Cuccato <cuccato@web.de> | 2010-11-07 13:59:59 +0100 |
commit | 566035d0b8e9718cc5465533f2b4db7a936180a8 (patch) | |
tree | 47b14ae318583071039c6c5ea9084264ec32a065 | |
parent | 0c046a784ac33a3f10985e460f3511301ddfd31f (diff) |
add ignore file for local configuration
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8e49a564 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ignore local config files +includes/config.php +includes/config_IAX.php +includes/config_db.php +includes/config_jabber.php |