commit: c5d82fb0f1aa545fe3d4e7a9337315c146397cec Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Apr 5 17:17:22 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Apr 5 17:17:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c5d82fb0
gitignore: helps when you use the right VCS .gitignore | 3 +++ .hgignore | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1df1bb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +distfiles +metadata +profiles diff --git a/.hgignore b/.hgignore deleted file mode 100644 index b57c8e2..0000000 --- a/.hgignore +++ /dev/null @@ -1,6 +0,0 @@ -syntax: regexp - -^distfiles -^metadata -^profiles -
