/.gitignore (eafd65dc86ce0addd22b8a6fc9f915452304e6a0) (1678 bytes) (mode 100644) (type blob)

# From OpenFOAM template
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.

# Editor and misc backup files - anywhere
*~
.*~
*.bak
*.bak[0-9][0-9]
#*.orig
#*.orig[0-9][0-9]
\#*\#

# File-browser settings - anywhere
.directory

# CVS recovered versions - anywhere
.#*

# Objects and archives - anywhere
*.[oa]
*.la
*.so

# Derived files
lex.yy.c

# Corefiles
core

# Dependency files - anywhere
*.dep

# lnInclude (symlink) directories - anywhere
lnInclude

# Build directories - anywhere
linux*Clang*/
linux*Gcc*/
linux*Icc*/
solaris*Gcc*/
SunOS*Gcc*/
platforms/
darwin*/

# Reinstate wmake/rules that might look like build directories
!wmake/rules/*/

# doxygen generated documentation
doc/Doxygen/html
doc/Doxygen/latex
doc/Doxygen/man
doc/Doxygen/DTAGS

# Generated files in the main directory (e.g. ReleaseNotes-?.?.html)
# and in the doc directory
/*.html
/doc/*.html

# Untracked configuration files
/etc/prefs.csh
/etc/prefs.sh
/etc/config/prefs.csh
/etc/config/prefs.sh

# Source packages - anywhere
*.tar.bz2
*.tar.gz
*.tar
*.tgz
*.gtgz

# Ignore the persistent .build tag in the main directory
/.build

# Ignore .timeStamp in the main directory
/.timeStamp

# Ignore .tags in the main directory
/.tags

# Ignore eclipse project files in the main directory
/.cproject
/.project

# Ignore the test directory
/tutorialsTest

# From default C++ template
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

Mode Type Size Ref File
100644 blob 1678 eafd65dc86ce0addd22b8a6fc9f915452304e6a0 .gitignore
100644 blob 250 f0633ae478e6b2dcb7410f45857797f7a57807fd AUTHORS.txt
100644 blob 35087 388bc6322ccd6364794f92bdc22c3bc7121d4be0 LICENSE
100644 blob 1871 0c953b080b0c626c4ccc220d9c7d77005b8f2b1b README.md
040000 tree - 906b425227e77e8ac8ba9eb2cc8608446a157c6c multiphaseEulerPbeFoam
040000 tree - 12aa0d7eb35a2f23b37d7af8daa6ddba4ec112b9 testCases
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/velagala/MultiPhaseQBMM

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/velagala/MultiPhaseQBMM

Clone this repository using git:
git clone git://git.rocketgit.com/user/velagala/MultiPhaseQBMM

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main