t.gitignore - slidergrid - grid of elastic sliders on a frictional surface | |
git clone git://src.adamsgaard.dk/slidergrid | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
t.gitignore (184B) | |
--- | |
1 .*.swp | |
2 *.o | |
3 tags | |
4 | |
5 .gdb_history | |
6 .ropeproject | |
7 | |
8 # test binaries and output folders | |
9 normal | |
10 normal-* | |
11 twist | |
12 twist-* | |
13 shear | |
14 shear-* | |
15 | |
16 # LaTeX files | |
17 *.aux | |
18 *.bib | |
19 *.bbl | |
20 *.blg | |
21 *.log | |
22 *.out | |
23 *.run.xml |