diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-01-24 10:08:03 +0100 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-01-24 10:08:03 +0100 |
| commit | 15390deea4747d1b1fbf457162564b496ae0537e (patch) | |
| tree | 13a2133dddbb7426c3eab33cf21fdacee636dbed | |
| parent | 0cfe99e53552a315cc2c51083722f20f1a3c1ec9 (diff) | |
Replace ignore file
| -rw-r--r-- | .bzrignore | 1 | ||||
| -rw-r--r-- | .gitignore | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore deleted file mode 100644 index 6e92f57..0000000 --- a/.bzrignore +++ /dev/null @@ -1 +0,0 @@ -tags diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6e7bef --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +tags +build/ |
