diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-24 10:07:42 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-24 10:08:25 +0200 |
commit | a8e03e05421af21633666fcb75c739572581f37d (patch) | |
tree | c7541c1fa541b8240741f4251aaecda3f4b7bf09 | |
parent | 1fe2859496a1d999f6a5926bff75ab6666fea156 (diff) |
Add a .gitignore file.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c35f095 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +config.php +*.log |