On 04.12.15 13:55, Paolo Bolzoni wrote:
> I am aware that is exactly what I asked, but I was wondering if there
> is a easy way to tell vim to ignore any filename ending by .o

The suggested glob ignore methods are simpler alternatives to explicitly
listing the filename extensions to be included, e.g. ClassX.[ch]*. But
they are all workarounds for a problem created by a chaotic code tree.

If separate src/ and obj/ directories are used, then the problem never
arises. Also, a look in the src directory does not evoke the comment "Oh
crap, where are the source files?"

The more structured approach also simplifies matters if it is decided to
place the source code under version control, but not anything generated.
(YMMV. And version the compiler in that case ;)

Erik

-- 
-- 
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to