-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
2,587 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,36 @@ | ||
# FIXME: Eventually we should include the needed patterns from .hgingore | ||
# The goal is that a full build & test, followed by "git status" would show | ||
# no untracked files | ||
|
||
*.orig | ||
*.bak | ||
*.rej | ||
*.swp | ||
build/ | ||
# Ignore the following directories and files | ||
.gradle/ | ||
**/nbproject/private/ | ||
.hg/ | ||
Debug/ | ||
Release/ | ||
bin/ | ||
build/ | ||
dist/ | ||
webrev/ | ||
webrev.zip | ||
gradle.properties | ||
apps/samples/Ensemble8/lib/ | ||
testbin/ | ||
**/Ensemble8/lib/ | ||
**/Ensemble8/src/generated/resources/ensemble/search/index/write.lock | ||
**/nbproject/private/ | ||
|
||
# Ignore webrevs | ||
/webrev/ | ||
/webrev.zip | ||
|
||
# Ignore Eclipse files | ||
org.eclipse.buildship* | ||
|
||
# Ignore IntelliJ files | ||
.idea/tasks.xml | ||
.idea/workspace.xml | ||
.idea/inspectionProfiles/* | ||
.idea/inspectionProfiles/** | ||
.idea/copyright/profiles_settings.xml | ||
.idea/codeStyles/* | ||
.idea/codeStyles/** | ||
.idea/checkstyle-idea.xml | ||
|
||
# Ignore the following file suffixes | ||
*.vcxproj.user | ||
*.orig | ||
*.bak | ||
*.rej | ||
*.swp | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.