From 0ed7fb2238b1fe32ee46b54dd6c7f72c6f198270 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 5 Feb 2014 02:03:04 +0000 Subject: [PATCH 1/2] Unifying the .gitignore and .hgignore files before adding my own --- .gitignore | 1 + .hgignore | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7ded8a3d..e0f18810 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ syntax: glob .DS_Store +*.bak *.orig *~ diff --git a/.hgignore b/.hgignore index d35b7f00..e0f18810 100644 --- a/.hgignore +++ b/.hgignore @@ -2,6 +2,10 @@ syntax: glob .DS_Store +*.bak +*.orig +*~ + build bin obj From 697c70d2df059d4ebaf2e1bcb7e4a74cee169493 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 5 Feb 2014 02:05:03 +0000 Subject: [PATCH 2/2] Adding ignore entries for .vlstatus (Visual Lint) and .lnt (PCLint) --- .gitignore | 2 ++ .hgignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e0f18810..a5dcc88c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ obj release ipch src/host/scripts.c +**.lnt +**.vlstatus Makefile *.make diff --git a/.hgignore b/.hgignore index e0f18810..a5dcc88c 100644 --- a/.hgignore +++ b/.hgignore @@ -12,6 +12,8 @@ obj release ipch src/host/scripts.c +**.lnt +**.vlstatus Makefile *.make