diff options
author | dmurph@chromium.org <dmurph@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-25 23:22:35 +0000 |
---|---|---|
committer | dmurph@chromium.org <dmurph@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-25 23:22:35 +0000 |
commit | 3bc2ea1567b5806f4477406780cd07d34dc9a06a (patch) | |
tree | 7db4e39d222caa661987d6ac0399081e6b151488 | |
parent | bffe6106f247f53afa161eec25b87e96c2204880 (diff) | |
download | chromium_src-3bc2ea1567b5806f4477406780cd07d34dc9a06a.zip chromium_src-3bc2ea1567b5806f4477406780cd07d34dc9a06a.tar.gz chromium_src-3bc2ea1567b5806f4477406780cd07d34dc9a06a.tar.bz2 |
Added .gitignore for .settings/ for any other eclipse users
Review URL: https://chromiumcodereview.appspot.com/10449036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139146 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ .gdbinit .metadata .project +.settings/ # settings directory for eclipse # Only /build/(Debug|Release|x64|ipch) should need to be ignored, but bug #119528 makes this global ignore required for now. Debug/ ipch/ |