diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,21 @@ +# use glob syntax. +syntax: glob + +*~ +*.a +*.o +*.so +*moc_*.cpp +*make.out +*Makefile +src/parameter.h +src/parameter.cpp +src/default.par +src/pardialog.h +src/pardialog.cpp +bin* + +# switch to regexp syntax. +syntax: regexp + +# finis