From f29ab61693c12a21326414872ced697012d4f988 Mon Sep 17 00:00:00 2001 From: Essien Ita Essien Date: Sun, 3 Oct 2010 16:00:15 +0200 Subject: [PATCH] Add .gitignore to the source tree Ignore common files during development. Signed-off-by: Essien Ita Essien --- .gitignore | 7 +++++++ .hgignore | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 .gitignore --- .gitignore | 7 +++++++ .hgignore | 1 + 2 files changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98df095 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.beam +rebar +*~ +*.orig +.*.swp +rt.work +.hgignore diff --git a/.hgignore b/.hgignore index 207392e..273aafc 100644 --- a/.hgignore +++ b/.hgignore @@ -4,3 +4,4 @@ \.orig \.swp rt.work/* +^.gitignore$