URI: 
       t.gitignore - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       t.gitignore (576B)
       ---
            1 # Compiled source
            2 sphere
            3 porosity
            4 porousflow
            5 forcechains
            6 *.o
            7 
            8 # Temporary editor files
            9 *.swp
           10 *.swo
           11 
           12 # Python files
           13 *.pyc
           14 
           15 # Cmake files
           16 Makefile
           17 *.cmake
           18 *.o.depend
           19 *.o.cmake
           20 
           21 # Documentation temporary files
           22 *.ist
           23 *.aux
           24 *.idx
           25 *.ilg
           26 *.ind
           27 *.tex
           28 *.out
           29 *.log
           30 *.toc
           31 *.sty
           32 *.cls
           33 #*.png
           34 #*.txt
           35 #*.js
           36 #*.html
           37 #*.inv
           38 #*.css
           39 
           40 # Sphere IO
           41 *.bin
           42 *.dat
           43 
           44 # Folders
           45 output/
           46 CMakeFiles
           47 doc/doctrees
           48 doc/doxygen/man
           49 doc/doxygen/xml
           50 #doc/html
           51 src/CMakeFiles
           52 src/forcechains.dir
           53 src/porosity.dir
           54 src/porousflow.dir
           55 src/sphere.dir
           56 tests/CMakeFiles
           57 
           58 # ctags
           59 tags
           60 
           61 # OS X temporary files
           62 .DS_Store