diff options
| author | Mike Wey | 2011-11-05 14:08:22 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-11-05 14:08:22 +0100 |
| commit | 85125a6b0fcc186c21c2c5d2c0b2b08b413f1b5b (patch) | |
| tree | dc85c9b2159229534d3527c60b0defd92d8060bc | |
| parent | fbf32d51ed42a1d7c28dd8b9bf790bf379f543eb (diff) | |
Convert .hgignore into a .gitignore.
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | .hgignore | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05c068f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ + +*.o +*.a diff --git a/.hgignore b/.hgignore deleted file mode 100644 index dddbf7d..0000000 --- a/.hgignore +++ /dev/null @@ -1,4 +0,0 @@ -# use glob syntax. -syntax: glob - -*~ |
