Introduction
Introduction Statistics Contact Development Disclaimer Help
t.gitignore - Granular.jl - Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log
Files
Refs
README
LICENSE
---
t.gitignore (224B)
---
1 # julia-specific files
2 *.jl.cov
3 *.jl.*.cov
4 *.jl.mem
5 deps/deps.jl
6 *.info
7
8 # editor swap files
9 *.swp
10
11 # simulation output files
12 *.vtu
13 *.vtp
14 *.vts
15 *.pdf
16
17 # documentation
18 docs/build/
19 docs/site/
20
21 # temporary files
22 .DS_Store
23 tags
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.