diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2015-11-27 20:28:10 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-27 22:06:49 +0100 |
commit | bc7a490af90d2ec2e68a6385d6daf9720e9b6dd6 (patch) | |
tree | e050b3215b7de00d519283d4e434a49c8abc5bcc /.gitignore | |
parent | 4245d367eae1ffdfffb292207f5e0fcf91fc3a22 (diff) |
tdf#84628 Generated eclipse setting file for per module.
This patch generated a setting file for per module. When imported the
eclipsesettingfile.xml, underlined include lines are clearing up.
Setting file includes included file paths for per module and provides
correct build. .project file generator deleted because eclipse
is creating .project file and overriding it.
This adds a new property to the parser that stores each module.
Change-Id: Ia10bb37c7c3fdb444a5b79ddf502b962e8ee5736
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7999ec4d8896..6bab9f9a2f42 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,11 @@ *.kdev4 .kdev_include_paths .directory +.cproject +.project +.settings +.eclipsesettingfile +eclipsesettingfile.xml # things below this point are targeted for elimination |