On Thu, Feb 18, 2010 at 11:30 PM, SungHyun Nam <goweol@xxxxxxxxx> wrote: > 'git add' does NOT add files in ignored path. > > When the .gitignore file contains: > tmp/ > If I do: > git add tmp/test.txt > Nothing happens. Try using: git add -f tmp/test.txt Avery -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html