Skip to content

Commit ff6ffb0

Browse files
authored
Merge pull request #4754 from MatWise/update-gitignore
Update .gitignore for Eclipse project files
2 parents bf5f7f7 + 929afdc commit ff6ffb0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ src/goto-analyzer/taint_driver_scripts/.idea/*
1313
/*.idea
1414
/*.includes
1515
# Eclipse
16-
src/.cproject
17-
src/.project
18-
src/.settings/*
16+
.cproject
17+
.project
18+
.settings
1919
# Visual Studio
2020
Debug/*
2121
Release/*

COMPILING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,13 @@ To work with Eclipse, do the following:
286286
5. Click "Finish"
287287
6. Select Project -> Build All
288288
289+
You can also select the repository's root folder as the "Existing Code
290+
Location". This has the advantage that you can build both CBMC and JBMC without
291+
the need to integrate JBMC as a separate project. Be aware that you need to
292+
change the build location (Select project in Eclipse -> Properties -> C/C++
293+
Build) to one of the src directories.
294+
295+
289296
# OPTIONS AND VARIABLES
290297
291298
## Compiling with CUDD

0 commit comments

Comments
 (0)