Line | |
---|
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 |
---|
19 | *.sww |
---|
20 | *.tif |
---|
21 | *.xml |
---|
22 | *.pts |
---|
23 | *.msh |
---|
24 | *.dem |
---|
25 | *.asc |
---|
26 | *.qgs |
---|
27 | *.aux |
---|
28 | *.bbl |
---|
29 | *.blg |
---|
30 | *.out |
---|
31 | *.toc |
---|
32 | tags |
---|
33 | |
---|
34 | # validation temp files # |
---|
35 | ######################### |
---|
36 | parameters.tex |
---|
37 | ch5.png |
---|
38 | ch7.png |
---|
39 | ch9.png |
---|
40 | Boundary.png |
---|
41 | Benchmark_2_Bathymetry.xya |
---|
42 | Benchmark_2_input.tms |
---|
43 | report.pdf |
---|
44 | LEFT_REACH.png |
---|
45 | MIDDLE_REACH.png |
---|
46 | RIGHT_REACH.png |
---|
47 | riverwall_points |
---|
48 | vel_t1_centroid.png |
---|
49 | vel_t1_vertex.png |
---|
50 | vel_t2_centroid.png |
---|
51 | vel_t2_vertex.png |
---|
52 | xvelocity_at_y05.png |
---|
53 | rmom_plot.png |
---|
54 | rvel_plot.png |
---|
55 | stage_plot.png |
---|
56 | saved_parameters.tex |
---|
57 | CENTRAL_CHANNEL.png |
---|
58 | xmom*.png |
---|
59 | xvel*.png |
---|
60 | ymom*.png |
---|
61 | Xmom*.png |
---|
62 | Xvel*.png |
---|
63 | x_velocity.png |
---|
64 | y_velocity.png |
---|
65 | depth_y.png |
---|
66 | depth_x.png |
---|
67 | Shoreline_position.png |
---|
68 | Shoreline_velocity.png |
---|
69 | figure_*.png |
---|
70 | cross_section_*.png |
---|
71 | stage*.png |
---|
72 | Stage*.png |
---|
73 | force.png |
---|
74 | Fluxes.png |
---|
75 | fig*.png |
---|
76 | perturbation_at_origin.png |
---|
77 | wave_atten.png |
---|
78 | |
---|
79 | # Compiled source # |
---|
80 | ################### |
---|
81 | *.a |
---|
82 | *.com |
---|
83 | *.class |
---|
84 | *.exe |
---|
85 | *.l[ao] |
---|
86 | *.o |
---|
87 | *.py[ocd] |
---|
88 | *.so |
---|
89 | _configtest.c |
---|
90 | |
---|
91 | # Packages # |
---|
92 | ############ |
---|
93 | # it's better to unpack these files and commit the raw source |
---|
94 | # git has its own built in compression methods |
---|
95 | *.7z |
---|
96 | *.bz2 |
---|
97 | *.bzip2 |
---|
98 | *.dmg |
---|
99 | *.gz |
---|
100 | *.iso |
---|
101 | *.jar |
---|
102 | *.rar |
---|
103 | *.tar |
---|
104 | *.tbz2 |
---|
105 | *.tgz |
---|
106 | *.zip |
---|
107 | |
---|
108 | # Python files # |
---|
109 | ################ |
---|
110 | revision.py |
---|
111 | # setup.py working directory |
---|
112 | build |
---|
113 | # sphinx build directory |
---|
114 | doc/_build |
---|
115 | # cython files |
---|
116 | cythonize.dat |
---|
117 | # setup.py dist directory |
---|
118 | dist |
---|
119 | # Egg metadata |
---|
120 | *.egg-info |
---|
121 | # tox testing tool |
---|
122 | .tox |
---|
123 | # The shelf plugin uses this dir |
---|
124 | ./.shelf |
---|
125 | MANIFEST |
---|
126 | # distutils configuration |
---|
127 | site.cfg |
---|
128 | # other temporary files |
---|
129 | .coverage |
---|
130 | .deps |
---|
131 | .libs |
---|
132 | |
---|
133 | # Paver generated files # |
---|
134 | ######################### |
---|
135 | /release |
---|
136 | |
---|
137 | # Logs and databases # |
---|
138 | ###################### |
---|
139 | *.log |
---|
140 | *.sql |
---|
141 | *.sqlite |
---|
142 | |
---|
143 | # Patches # |
---|
144 | ########### |
---|
145 | *.patch |
---|
146 | *.diff |
---|
147 | |
---|
148 | # OS generated files # |
---|
149 | ###################### |
---|
150 | .directory |
---|
151 | .fseventsd |
---|
152 | .DS_Store* |
---|
153 | .gdb_history |
---|
154 | .VolumeIcon.icns |
---|
155 | ehthumbs.db |
---|
156 | Icon? |
---|
157 | Thumbs.db |
---|
158 | |
---|
159 | # Documentation generated files # |
---|
160 | ################################# |
---|
161 | doc/frontpage/build |
---|
162 | doc/source/generated |
---|
163 | |
---|
164 | # Things specific to this project # |
---|
165 | ################################### |
---|
166 | anuga/__config__.py |
---|
167 | anuga/version.py |
---|
Note: See
TracBrowser
for help on using the repository browser.