diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-09-27 21:04:07 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-09-27 21:04:07 +0200 |
commit | 78db47015cd674e759688f75f11aa6ca4c599592 (patch) | |
tree | 1ce11f024246578e3093dac38a7fd39f2fac8d42 | |
parent | 4ba5df93fea93d8c71757e89429f9838b41ca9e0 (diff) |
Add .gitignore file
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |