diff options
| author | Catrinel Catrinescu | 2018-01-11 09:35:46 +0000 |
|---|---|---|
| committer | John Crispin | 2018-01-17 10:07:17 +0000 |
| commit | ddd7cdc54bc5663eb5e12dbda85a744c85c5ea97 (patch) | |
| tree | f1765761ed20dbaacc5ccfdc6c9dea6fc32d7c45 | |
| parent | ec4e9a88ffaf12ed36a0c9ed1a48d8417c47865a (diff) | |
| download | openwrt-ddd7cdc54bc5663eb5e12dbda85a744c85c5ea97.tar.gz | |
.gitignore: add .project & .cproject for eclipse users
For eclipse users, .project is always created inside the project.
For users of CDT within Eclipse, add also .cproject, thanks Dirk
Feytons.
Signed-off-by: Catrinel Catrinescu <cc@80211.de>
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aff13e1136..84e1a9d6d1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ key-build* .emacs.desktop* TAGS*~ git-src +.project +.cproject |