git - how to specify directory paths in gitignore -


part of gitignore file looks this:

phoenix/config/projectconfiguration.class.php statsfile.txt phoenix/statsfile.txt phoenix/config/* phoenix/config/propel.ini phoenix/data/* phoenix/lib/filter/* phoenix/lib/form/* phoenix/lib/model/* 

so full path of ex. data directory be:

/home/helloises/github_mira/rainbow_code/phoenix/data 

my gitignore in directory: /home/helloises/github_mira/rainbow_code

it not ignoring have in excerpt above??? misunderstanding how .gitignore works? how must specify paths?? thanks

is possible gitignore file has typo?

it should .gitignore leading . in front.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -