[9613] | 1 | # Editor temporary/working/backup files # |
---|
| 2 | ######################################### |
---|
| 3 | .#* |
---|
| 4 | [#]*# |
---|
| 5 | *~ |
---|
| 6 | *$ |
---|
| 7 | *.bak |
---|
| 8 | .idea/* |
---|
| 9 | *.kdev4 |
---|
| 10 | *.org |
---|
| 11 | .project |
---|
| 12 | .pydevproject |
---|
| 13 | *.rej |
---|
| 14 | .settings/ |
---|
| 15 | .*.sw[nop] |
---|
| 16 | .sw[nop] |
---|
| 17 | *.tmp |
---|
| 18 | *.vim |
---|
[9677] | 19 | *.sww |
---|
[9702] | 20 | *.tif |
---|
| 21 | *.xml |
---|
| 22 | *.pts |
---|
| 23 | *.msh |
---|
| 24 | *.dem |
---|
| 25 | *.asc |
---|
| 26 | *.qgs |
---|
[9731] | 27 | *.aux |
---|
| 28 | *.bbl |
---|
| 29 | *.blg |
---|
| 30 | *.out |
---|
| 31 | *.toc |
---|
[9613] | 32 | tags |
---|
[9731] | 33 | |
---|
| 34 | # validation temp files # |
---|
| 35 | ######################### |
---|
[9737] | 36 | validation_tests/case_studies/patong/boundaries |
---|
| 37 | validation_tests/case_studies/patong/gauges |
---|
| 38 | validation_tests/case_studies/patong/outputs |
---|
| 39 | validation_tests/case_studies/patong/polygons |
---|
| 40 | validation_tests/case_studies/patong/topographies |
---|
| 41 | validation_tests/case_studies/patong/*.png |
---|
| 42 | validation_tests/case_studies/patong/*.pdf |
---|
| 43 | |
---|
| 44 | validation_tests/case_studies/towradgi/*.pdf |
---|
| 45 | validation_tests/case_studies/towradgi/*.png |
---|
| 46 | validation_tests/case_studies/towradgi/robots.txt |
---|
| 47 | validation_tests/case_studies/towradgi/timing-*.md |
---|
| 48 | validation_tests/case_studies/towradgi/DEM_bridges |
---|
| 49 | validation_tests/case_studies/towradgi/Forcing |
---|
| 50 | validation_tests/case_studies/towradgi/Model |
---|
| 51 | validation_tests/case_studies/towradgi/PARTITIONS |
---|
| 52 | validation_tests/case_studies/towradgi/Validation |
---|
| 53 | |
---|
| 54 | |
---|
[9724] | 55 | parameters.tex |
---|
| 56 | ch5.png |
---|
| 57 | ch7.png |
---|
| 58 | ch9.png |
---|
| 59 | Boundary.png |
---|
| 60 | Benchmark_2_Bathymetry.xya |
---|
| 61 | Benchmark_2_input.tms |
---|
[9731] | 62 | report.pdf |
---|
| 63 | LEFT_REACH.png |
---|
| 64 | MIDDLE_REACH.png |
---|
| 65 | RIGHT_REACH.png |
---|
| 66 | riverwall_points |
---|
| 67 | vel_t1_centroid.png |
---|
| 68 | vel_t1_vertex.png |
---|
| 69 | vel_t2_centroid.png |
---|
| 70 | vel_t2_vertex.png |
---|
| 71 | xvelocity_at_y05.png |
---|
| 72 | rmom_plot.png |
---|
| 73 | rvel_plot.png |
---|
| 74 | stage_plot.png |
---|
| 75 | saved_parameters.tex |
---|
| 76 | CENTRAL_CHANNEL.png |
---|
| 77 | xmom*.png |
---|
| 78 | xvel*.png |
---|
| 79 | ymom*.png |
---|
| 80 | Xmom*.png |
---|
| 81 | Xvel*.png |
---|
| 82 | x_velocity.png |
---|
| 83 | y_velocity.png |
---|
| 84 | depth_y.png |
---|
| 85 | depth_x.png |
---|
| 86 | Shoreline_position.png |
---|
| 87 | Shoreline_velocity.png |
---|
| 88 | figure_*.png |
---|
| 89 | cross_section_*.png |
---|
| 90 | stage*.png |
---|
| 91 | Stage*.png |
---|
| 92 | force.png |
---|
| 93 | Fluxes.png |
---|
| 94 | fig*.png |
---|
| 95 | perturbation_at_origin.png |
---|
| 96 | wave_atten.png |
---|
[9613] | 97 | |
---|
| 98 | # Compiled source # |
---|
| 99 | ################### |
---|
| 100 | *.a |
---|
| 101 | *.com |
---|
| 102 | *.class |
---|
| 103 | *.exe |
---|
| 104 | *.l[ao] |
---|
| 105 | *.o |
---|
| 106 | *.py[ocd] |
---|
| 107 | *.so |
---|
| 108 | _configtest.c |
---|
| 109 | |
---|
[9737] | 110 | |
---|
| 111 | # Example tmp files # |
---|
| 112 | ##################### |
---|
| 113 | |
---|
| 114 | examples/checkpointing/CHECKPOINTS |
---|
| 115 | |
---|
| 116 | |
---|
[9613] | 117 | # Packages # |
---|
| 118 | ############ |
---|
| 119 | # it's better to unpack these files and commit the raw source |
---|
| 120 | # git has its own built in compression methods |
---|
| 121 | *.7z |
---|
| 122 | *.bz2 |
---|
| 123 | *.bzip2 |
---|
| 124 | *.dmg |
---|
| 125 | *.gz |
---|
| 126 | *.iso |
---|
| 127 | *.jar |
---|
| 128 | *.rar |
---|
| 129 | *.tar |
---|
| 130 | *.tbz2 |
---|
| 131 | *.tgz |
---|
| 132 | *.zip |
---|
| 133 | |
---|
| 134 | # Python files # |
---|
| 135 | ################ |
---|
[9702] | 136 | revision.py |
---|
[9613] | 137 | # setup.py working directory |
---|
| 138 | build |
---|
| 139 | # sphinx build directory |
---|
| 140 | doc/_build |
---|
| 141 | # cython files |
---|
| 142 | cythonize.dat |
---|
| 143 | # setup.py dist directory |
---|
| 144 | dist |
---|
| 145 | # Egg metadata |
---|
| 146 | *.egg-info |
---|
| 147 | # tox testing tool |
---|
| 148 | .tox |
---|
| 149 | # The shelf plugin uses this dir |
---|
| 150 | ./.shelf |
---|
| 151 | MANIFEST |
---|
| 152 | # distutils configuration |
---|
| 153 | site.cfg |
---|
| 154 | # other temporary files |
---|
| 155 | .coverage |
---|
| 156 | .deps |
---|
| 157 | .libs |
---|
| 158 | |
---|
| 159 | # Paver generated files # |
---|
| 160 | ######################### |
---|
| 161 | /release |
---|
| 162 | |
---|
| 163 | # Logs and databases # |
---|
| 164 | ###################### |
---|
| 165 | *.log |
---|
| 166 | *.sql |
---|
| 167 | *.sqlite |
---|
| 168 | |
---|
| 169 | # Patches # |
---|
| 170 | ########### |
---|
| 171 | *.patch |
---|
| 172 | *.diff |
---|
| 173 | |
---|
| 174 | # OS generated files # |
---|
| 175 | ###################### |
---|
| 176 | .directory |
---|
| 177 | .fseventsd |
---|
| 178 | .DS_Store* |
---|
| 179 | .gdb_history |
---|
| 180 | .VolumeIcon.icns |
---|
| 181 | ehthumbs.db |
---|
| 182 | Icon? |
---|
| 183 | Thumbs.db |
---|
[9737] | 184 | .ipynb_checkpoints |
---|
[9613] | 185 | |
---|
| 186 | # Documentation generated files # |
---|
| 187 | ################################# |
---|
| 188 | doc/frontpage/build |
---|
| 189 | doc/source/generated |
---|
| 190 | |
---|
| 191 | # Things specific to this project # |
---|
| 192 | ################################### |
---|
| 193 | anuga/__config__.py |
---|
| 194 | anuga/version.py |
---|