iccsa-20-wind

Virtual Testbed: Simulation of Air Flow Around Ship Hull and Its Effect on Ship Motions
git clone https://git.igankevich.com/iccsa-20-wind.git
Log | Files | Refs

.gitignore (3430B)


      1 /build
      2 CoA_Medium.eps
      3 
      4 # Created by https://www.gitignore.io/api/vim,linux,latex
      5 # Edit at https://www.gitignore.io/?templates=vim,linux,latex
      6 
      7 ### LaTeX ###
      8 ## Core latex/pdflatex auxiliary files:
      9 *.aux
     10 *.lof
     11 *.log
     12 *.lot
     13 *.fls
     14 *.out
     15 *.toc
     16 *.fmt
     17 *.fot
     18 *.cb
     19 *.cb2
     20 .*.lb
     21 
     22 ## Intermediate documents:
     23 *.dvi
     24 *.xdv
     25 *-converted-to.*
     26 # these rules might exclude image files for figures etc.
     27 # *.ps
     28 # *.eps
     29 # *.pdf
     30 
     31 ## Generated if empty string is given at "Please type another file name for output:"
     32 .pdf
     33 
     34 ## Bibliography auxiliary files (bibtex/biblatex/biber):
     35 *.bbl
     36 *.bcf
     37 *.blg
     38 *-blx.aux
     39 *-blx.bib
     40 *.run.xml
     41 
     42 ## Build tool auxiliary files:
     43 *.fdb_latexmk
     44 *.synctex
     45 *.synctex(busy)
     46 *.synctex.gz
     47 *.synctex.gz(busy)
     48 *.pdfsync
     49 
     50 ## Build tool directories for auxiliary files
     51 # latexrun
     52 latex.out/
     53 
     54 ## Auxiliary and intermediate files from other packages:
     55 # algorithms
     56 *.alg
     57 *.loa
     58 
     59 # achemso
     60 acs-*.bib
     61 
     62 # amsthm
     63 *.thm
     64 
     65 # beamer
     66 *.nav
     67 *.pre
     68 *.snm
     69 *.vrb
     70 
     71 # changes
     72 *.soc
     73 
     74 # comment
     75 *.cut
     76 
     77 # cprotect
     78 *.cpt
     79 
     80 # elsarticle (documentclass of Elsevier journals)
     81 *.spl
     82 
     83 # endnotes
     84 *.ent
     85 
     86 # fixme
     87 *.lox
     88 
     89 # feynmf/feynmp
     90 *.mf
     91 *.mp
     92 *.t[1-9]
     93 *.t[1-9][0-9]
     94 *.tfm
     95 
     96 #(r)(e)ledmac/(r)(e)ledpar
     97 *.end
     98 *.?end
     99 *.[1-9]
    100 *.[1-9][0-9]
    101 *.[1-9][0-9][0-9]
    102 *.[1-9]R
    103 *.[1-9][0-9]R
    104 *.[1-9][0-9][0-9]R
    105 *.eledsec[1-9]
    106 *.eledsec[1-9]R
    107 *.eledsec[1-9][0-9]
    108 *.eledsec[1-9][0-9]R
    109 *.eledsec[1-9][0-9][0-9]
    110 *.eledsec[1-9][0-9][0-9]R
    111 
    112 # glossaries
    113 *.acn
    114 *.acr
    115 *.glg
    116 *.glo
    117 *.gls
    118 *.glsdefs
    119 
    120 # uncomment this for glossaries-extra (will ignore makeindex's style files!)
    121 # *.ist
    122 
    123 # gnuplottex
    124 *-gnuplottex-*
    125 
    126 # gregoriotex
    127 *.gaux
    128 *.gtex
    129 
    130 # htlatex
    131 *.4ct
    132 *.4tc
    133 *.idv
    134 *.lg
    135 *.trc
    136 *.xref
    137 
    138 # hyperref
    139 *.brf
    140 
    141 # knitr
    142 *-concordance.tex
    143 # TODO Comment the next line if you want to keep your tikz graphics files
    144 *.tikz
    145 *-tikzDictionary
    146 
    147 # listings
    148 *.lol
    149 
    150 # luatexja-ruby
    151 *.ltjruby
    152 
    153 # makeidx
    154 *.idx
    155 *.ilg
    156 *.ind
    157 
    158 # minitoc
    159 *.maf
    160 *.mlf
    161 *.mlt
    162 *.mtc[0-9]*
    163 *.slf[0-9]*
    164 *.slt[0-9]*
    165 *.stc[0-9]*
    166 
    167 # minted
    168 _minted*
    169 *.pyg
    170 
    171 # morewrites
    172 *.mw
    173 
    174 # nomencl
    175 *.nlg
    176 *.nlo
    177 *.nls
    178 
    179 # pax
    180 *.pax
    181 
    182 # pdfpcnotes
    183 *.pdfpc
    184 
    185 # sagetex
    186 *.sagetex.sage
    187 *.sagetex.py
    188 *.sagetex.scmd
    189 
    190 # scrwfile
    191 *.wrt
    192 
    193 # sympy
    194 *.sout
    195 *.sympy
    196 sympy-plots-for-*.tex/
    197 
    198 # pdfcomment
    199 *.upa
    200 *.upb
    201 
    202 # pythontex
    203 *.pytxcode
    204 pythontex-files-*/
    205 
    206 # tcolorbox
    207 *.listing
    208 
    209 # thmtools
    210 *.loe
    211 
    212 # TikZ & PGF
    213 *.dpth
    214 *.md5
    215 *.auxlock
    216 
    217 # todonotes
    218 *.tdo
    219 
    220 # vhistory
    221 *.hst
    222 *.ver
    223 
    224 # easy-todo
    225 *.lod
    226 
    227 # xcolor
    228 *.xcp
    229 
    230 # xmpincl
    231 *.xmpi
    232 
    233 # xindy
    234 *.xdy
    235 
    236 # xypic precompiled matrices
    237 *.xyc
    238 
    239 # endfloat
    240 *.ttt
    241 *.fff
    242 
    243 # Latexian
    244 TSWLatexianTemp*
    245 
    246 ## Editors:
    247 # WinEdt
    248 *.bak
    249 *.sav
    250 
    251 # Texpad
    252 .texpadtmp
    253 
    254 # LyX
    255 *.lyx~
    256 
    257 # Kile
    258 *.backup
    259 
    260 # KBibTeX
    261 *~[0-9]*
    262 
    263 # auto folder when using emacs and auctex
    264 ./auto/*
    265 *.el
    266 
    267 # expex forward references with \gathertags
    268 *-tags.tex
    269 
    270 # standalone packages
    271 *.sta
    272 
    273 ### LaTeX Patch ###
    274 # glossaries
    275 *.glstex
    276 
    277 ### Linux ###
    278 *~
    279 
    280 # temporary files which can be created if a process still has a handle open of a deleted file
    281 .fuse_hidden*
    282 
    283 # KDE directory preferences
    284 .directory
    285 
    286 # Linux trash folder which might appear on any partition or disk
    287 .Trash-*
    288 
    289 # .nfs files are created when an open file is removed but is still being accessed
    290 .nfs*
    291 
    292 ### Vim ###
    293 # Swap
    294 [._]*.s[a-v][a-z]
    295 [._]*.sw[a-p]
    296 [._]s[a-rt-v][a-z]
    297 [._]ss[a-gi-z]
    298 [._]sw[a-p]
    299 
    300 # Session
    301 Session.vim
    302 Sessionx.vim
    303 
    304 # Temporary
    305 .netrwhist
    306 
    307 # Auto-generated tag files
    308 tags
    309 
    310 # Persistent undo
    311 [._]*.un~
    312 
    313 # Coc configuration directory
    314 .vim
    315 
    316 # End of https://www.gitignore.io/api/vim,linux,latex
    317