Hi Bram, I have another proposal for the .gitignore file:
* .aap files have been deleted. We can remove the related items. * Move *.map from "Borland C++" to "Windows". MSVC and MinGW may also generate a map file. * src/if_perl.c has been moved to src/auto/if_perl.c on Windows. It is now the same as unix. * Ignore nsis icon files when unpacking nsis/icons.zip. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/aeaee5df-15c0-405b-a61d-eb2a30a159a3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
diff --git a/.gitignore b/.gitignore index 85e482d1f..fa9414c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,13 +9,11 @@ src/objects/.dirstamp src/tags # We do need src/auto/configure. -src/auto/config.aap src/auto/config.cache src/auto/config.h src/auto/config.log src/auto/config.mk src/auto/config.status -src/auto/configure.aap src/auto/osdef.h src/auto/link.log src/auto/link.sed @@ -26,6 +24,7 @@ src/auto/pathdef.c *.idb *.manifest *.exp +*.map *.obj *.pdb *.ilk @@ -35,13 +34,13 @@ src/auto/pathdef.c *.RES vim*.dll vim*.lib -src/if_perl.c src/pathdef.c src/Obj*/pathdef.c gvimext.dll gvimext.lib gvim.lib runtime/doc/uganda.nsis.txt +nsis/icons/* # Borland C++ bcc.cfg @@ -49,7 +48,6 @@ bcc.cfg *.ild *.ilf *.ils -*.map *.tds # NetBeans