-
Notifications
You must be signed in to change notification settings - Fork 20
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
0 parents
commit 714e867
Showing
21 changed files
with
1,349 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
BasedOnStyle: LLVM | ||
|
||
TabWidth: 2 | ||
ColumnLimit: 100 | ||
UseTab: Never | ||
|
||
CommentPragmas: '^/' | ||
ReflowComments: true | ||
AlignTrailingComments: true | ||
SpacesBeforeTrailingComments: 1 | ||
|
||
SpaceBeforeParens: ControlStatements | ||
SpacesInSquareBrackets: false | ||
BreakBeforeBraces: Allman | ||
PointerAlignment: Middle | ||
|
||
BinPackParameters: false | ||
BinPackArguments: false | ||
ConstructorInitializerAllOnOneLineOrOnePerLine: true | ||
AllowShortBlocksOnASingleLine: false | ||
AllowShortFunctionsOnASingleLine: true | ||
AllowShortIfStatementsOnASingleLine: false | ||
AllowShortLoopsOnASingleLine: false | ||
|
||
SortIncludes: false | ||
IndentCaseLabels: true | ||
ConstructorInitializerIndentWidth: 2 | ||
AlwaysBreakAfterDefinitionReturnType: TopLevel | ||
AlwaysBreakTemplateDeclarations: true |
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 |
---|---|---|
@@ -0,0 +1,211 @@ | ||
.libs | ||
*.la | ||
*.lo | ||
*.d | ||
*.o | ||
*.a | ||
*-opt | ||
*-dbg | ||
*-oprof | ||
*-prof | ||
*-devel | ||
*.e | ||
*.nav | ||
*.log | ||
*.aux | ||
*.toc | ||
*.snm | ||
*.csv | ||
*.dylib | ||
*.so | ||
*.so.* | ||
*.vrb | ||
*.jou | ||
*.pyc | ||
*.mod | ||
*.e.* | ||
*.e-s* | ||
*.cfg | ||
*.lbd.* | ||
*.nem | ||
*.spd | ||
*.pex | ||
*.plist* | ||
*.bbl | ||
*.blg | ||
*.spl | ||
*.idx | ||
traceout*.txt | ||
temp_print_trace.* | ||
*.xda | ||
*.xda.* | ||
*.xdr | ||
*.xdr.* | ||
*.mps | ||
*.msmp | ||
*.msmp-* | ||
*.muds | ||
# Latex garbage | ||
*.lot | ||
*.lof | ||
*.poly | ||
*.mpx | ||
*.btr | ||
*.xml | ||
*.gmv | ||
*.plt | ||
*.slh | ||
*.eps | ||
*.dat | ||
*.gp | ||
*.plugin | ||
*.outp | ||
*.patch | ||
*.txt | ||
*.bib.bak | ||
*.out | ||
*.vtk | ||
*.vtu | ||
*.pvtu | ||
.depend | ||
*.png | ||
*.gif | ||
*.tif | ||
*.jpg | ||
*.tiff | ||
*.ps | ||
*.bmp | ||
*.html | ||
*.xyz | ||
*Revision.h | ||
*.json | ||
*.bak | ||
*.processor.* | ||
.clang_complete | ||
.failed_tests | ||
compile_commands.json | ||
build | ||
|
||
# Allow certain files in gold directories | ||
!**/gold/*.e | ||
!**/gold/*.e-s* | ||
!**/gold/*.csv | ||
!**/gold/*.vtk | ||
!**/gold/*.vtu | ||
!**/gold/*.pvtu | ||
|
||
peacock_run_tmp.i | ||
yaml_dump* | ||
test/tests/outputs/format/dump.i | ||
|
||
# Generated header file | ||
MooseRevision.h | ||
|
||
# Precompiled headers | ||
moose/include/base/Precompiled.h.gch | ||
|
||
# test garbagge | ||
*.FAILED.txt | ||
|
||
# eclipse garbage | ||
.project | ||
.cproject | ||
.metadata | ||
.settings | ||
.pydevproject | ||
|
||
# vim garbage | ||
*~ | ||
.*.swp | ||
.*.swo | ||
|
||
framework/contrib/exodiff/exodiff | ||
|
||
# Mac garbage | ||
.DS_Store | ||
*.dSYM | ||
|
||
# Unit testing stuffbmoose_unit/test_results.xml | ||
!unit/data/csv/*.csv | ||
|
||
# gcov code coverage files | ||
*.gcno | ||
*.gcda | ||
*.gcov | ||
|
||
# paraview state files | ||
*.pvsm | ||
|
||
#Peacock generated files | ||
peacock_*.i | ||
peacock_*.e | ||
|
||
# On linux, shared libs end in .0 sometimes | ||
libpcre-opt* | ||
libpcre-dbg* | ||
libmoose-opt* | ||
libmoose-dbg* | ||
|
||
#doxygen generated | ||
*/doc/doxygen/html/* | ||
*/doc/doxygen/**/* | ||
moose/doc/doxygen/html/* | ||
modules/*/doc/doxygen/html/* | ||
tutorials/*/*/doc/doxygen/html/* | ||
ICE/ | ||
framework/contrib/asio/ | ||
|
||
# Restartable Data | ||
*.rd | ||
*.rd-* | ||
|
||
# Checkpoint Files | ||
*.cpa | ||
*.cpr | ||
*.cpa-* | ||
*.cpr-* | ||
|
||
# phase_field/tests/solution_rasterizer | ||
out.xyz | ||
|
||
# JIT and automatic differentiation cache files | ||
.jitcache/ | ||
.jitdir/ | ||
tmp_jit_* | ||
|
||
# Do not store ipython notebook checkpoints | ||
*-checkpoint.ipynb* | ||
|
||
# MooseDocs | ||
site | ||
!**/doc/content/**/*.md | ||
!**/doc/content/**/*.jpg | ||
!**/doc/content/**/*.jpeg | ||
!**/doc/content/**/*.gif | ||
!**/doc/content/**/*.png | ||
!**/doc/content/**/*.svg | ||
!**/doc/content/**/*.ogg | ||
!**/doc/content/**/*.webm | ||
!**/doc/content/**/*.mp4 | ||
!**/doc/content/**/*.css | ||
!**/doc/content/**/*.js | ||
!**/doc/content/**/*.bib | ||
!**/doc/content/**/*.woff | ||
!**/doc/content/**/*.woff2 | ||
|
||
# Chigger | ||
!python/chigger/tests/**/gold/*.png | ||
!python/chigger/tests/input/*.e* | ||
!python/chigger/logos/*.png | ||
!python/chigger/contrib/*.xml | ||
|
||
# Peacock | ||
python/peacock/tests/exodus_tab/TestOutputPlugin_repr.py | ||
python/peacock/tests/exodus_tab/TestExodusPluginManager_repr.py | ||
python/peacock/tests/input_tab/InputFileEditor/fsp_test.i | ||
python/peacock/tests/postprocessor_tab/TestPostprocessorPluginManager_test_script.py | ||
!python/peacock/tests/**/gold/*.png | ||
!python/peacock/icons/**/*.* | ||
!python/peacock/tests/**/input/*.* | ||
peacock_tmp_diff.exo |
Oops, something went wrong.