From e2273bb85e79b09bafd264fda1832f9fbb4f4ff5 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 6 Feb 2006 10:59:22 -0200 Subject: Included hg ignore file From: Mauro Carvalho Chehab All .c files at v4l dir, object files, and temporary ones will be ignored by hg. Now, hg status will work properly. Signed-off-by: Mauro Carvalho Chehab --- .hgignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..2d7248488 --- /dev/null +++ b/.hgignore @@ -0,0 +1,8 @@ +v4l/.version +v4l/.tmp_versions/.* +v4l/[^/]*[.]c +v4l/.*[.]o +v4l/.*[.]ko +.*[.]rej +.*[.]orig +.*[~] -- cgit v1.2.3