From: Bram Moolenaar Date: Sun, 10 Jan 2010 13:44:52 +0000 (+0100) Subject: Add an .hgignore file (suggested by Mike Williams). X-Git-Tag: v7.2.328~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a17c9cebd31737cf3ac95a4dc6496b8566f542e5;p=vim Add an .hgignore file (suggested by Mike Williams). --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e989f5e3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Unixen +*.o +src/vim +src/xxd/xxd + +# We do need src/auto/configure and src/auto/config.mk. +src/auto/osdef.h +src/auto/config.aap +src/auto/config.cache +src/auto/config.h +src/auto/config.log +src/auto/config.status +src/auto/configure.aap +src/auto/link.log +src/auto/link.sed +src/auto/pathdef.c + +# Windows +.hgignore +*.exe +*.idb +*.manifest +*.exp +*.obj +*.pdb +*.ilk +*.sln +*.suo +*.res +*.RES +src/pathdef.c +gvimext.dll +gvimext.lib + +# All platforms +*.rej +*.orig +*.mo +*~