Removed .classpath from .gitignore and added .classpath files. 80/36580/1
authorDavid M. Karr <davidmichaelkarr@gmail.com>
Wed, 23 Mar 2016 03:51:03 +0000 (20:51 -0700)
committerDavid M. Karr <davidmichaelkarr@gmail.com>
Wed, 23 Mar 2016 03:52:07 +0000 (20:52 -0700)
commit9a217fb44021635922cb1925e79361563e75a5cd
tree712b6268532d397a2001be49e3c6c37e464d4216
parent32d73e49a0d1d7c27612e0587e3c99dd8c93570b
Removed .classpath from .gitignore and added .classpath files.

Turns out Eclipse can't easily regenerate the .classpath files, so they need to be stored.

Change-Id: I0b866a65da87bc57e76d0428c5135460b760dd13
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
27 files changed:
.gitignore
features/com.cisco.yangide.feature/.gitignore
features/com.cisco.yangide.m2e.yang.feature/.gitignore
plugins/com.cisco.yangide.core.tests/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/.gitignore
plugins/com.cisco.yangide.core/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.core/.gitignore
plugins/com.cisco.yangide.editor/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.editor/.gitignore
plugins/com.cisco.yangide.ext.model.editor/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/.gitignore
plugins/com.cisco.yangide.ext.model/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/.gitignore
plugins/com.cisco.yangide.ext.refactoring/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/.gitignore
plugins/com.cisco.yangide.m2e.yang.tests/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/.gitignore
plugins/com.cisco.yangide.m2e.yang/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/.gitignore
plugins/com.cisco.yangide.ui/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ui/.gitignore
samples/yang-module1/.classpath [new file with mode: 0644]
samples/yang-module1/.gitignore
samples/yang-module2/.classpath [new file with mode: 0644]
samples/yang-module2/.gitignore
tests/com.cisco.yangide.editor.test/.gitignore
tests/com.cisco.yangide.ext.refactoring.test/.gitignore