vars.am: Quote `$(manext)', or things break if it's empty.
[mLib] / .gitignore
index f826860..4767c46 100644 (file)
@@ -1,23 +1,17 @@
+## Pervasive build machinery.
 Makefile.in
-aclocal.m4
-build
-configure
-deb-build
-deb-noadns
-COPYING.LIB
-COPYING
-config.guess
-config.sub
-install-sh
-lib-config.in
-ltmain.sh
-maninst
-mdwopt.c
-mdwopt.h
-missing
-mkinstalldirs
-autom4te.cache
-unihash.in
-depcomp
-compile
 
+## Common source files.
+/ui/mdwopt.c
+/ui/mdwopt.h
+
+## Other common files.
+/COPYING.LIB
+/COPYING
+
+## Top-level generated files.
+/aclocal.m4
+/autom4te.cache/
+/configure
+/config/
+/precomp/