diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-06 10:59:22 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-06 10:59:22 -0200 |
commit | e2273bb85e79b09bafd264fda1832f9fbb4f4ff5 (patch) | |
tree | 07ed304b56360fd49926f9292391394ebddd1a8f /.hgignore | |
parent | 4537384b7e9fd37a658ac1cc3c5e2da55270aaa4 (diff) | |
download | mediapointer-dvb-s2-e2273bb85e79b09bafd264fda1832f9fbb4f4ff5.tar.gz mediapointer-dvb-s2-e2273bb85e79b09bafd264fda1832f9fbb4f4ff5.tar.bz2 |
Included hg ignore file
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 <mchehab@infradead.org>
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 8 |
1 files changed, 8 insertions, 0 deletions
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 +.*[~] |