1- * .pyc 
1+ # # We use this file both as .gitignore and .dockerignore,
2+ # # which have different semantics.
3+ 
24/dist 
35/local 
46/logs 
3335
3436#  Various editors
3537* ~ 
38+ ** /* ~ 
3639
3740#  Emacs
3841\# * \# 
42+ ** /\# * \# 
3943. \# * 
44+ ** /. \# * 
4045
4146#  Vim
4247* .swp 
48+ ** /* .swp 
4349* .swo 
50+ ** /* .swo 
4451* .swn 
52+ ** /* .swn 
4553* .un~ 
4654.netrwhist 
4755
5159
5260#  VSCode
5361.vscode /* 
62+ ** /.vscode /* 
5463
5564#  XCode
5665xcuserdata /
@@ -61,6 +70,7 @@ xcuserdata/
6170.metadata 
6271* .tmp 
6372* .bak 
73+ ** /* .bak 
6474* .swp 
6575* ~.nib 
6676.classpath 
@@ -72,6 +82,7 @@ xcuserdata/
7282
7383#  OSX specific temporary files
7484.DS_Store 
85+ ** /.DS_Store 
7586._ * 
7687.AppleDouble 
7788.LSOverride 
@@ -98,44 +109,55 @@ gitlab-build-docker.log
98109
99110#  Byte-compiled / optimized / DLL files
100111__pycache__ /
112+ ** /__pycache__ 
101113* .py [cod ]
114+ ** /* .py [cod ]
102115* $py.class 
103116
104117#  Generated by sage_setup.autogen
105118/src /sage /ext /interpreters 
106119
107120#  Generated Cython files
108121* .so 
109- src /sage /** /* .c 
110- src /sage /** /* .cpp 
111- src /sage /modular /arithgroup /farey_symbol.h 
112- ! src /sage /cpython /debugimpl.c 
113- ! src /sage /graphs /base /boost_interface.cpp 
114- ! src /sage /graphs /cliquer /cl.c 
115- ! src /sage /graphs /graph_decompositions /sage_tdlib.cpp 
116- ! src /sage /libs /eclib /wrap.cpp 
117- ! src /sage /libs /linkages /padics /relaxed /flint_helper.c 
118- ! src /sage /misc /inherit_comparison_impl.c 
119- ! src /sage /modular /arithgroup /farey.cpp 
120- ! src /sage /modular /arithgroup /sl2z.cpp 
121- ! src /sage /rings /bernmm /bern_modp.cpp 
122- ! src /sage /rings /bernmm /bern_modp_util.cpp 
123- ! src /sage /rings /bernmm /bern_rat.cpp 
124- ! src /sage /rings /bernmm /bernmm-test.cpp 
125- ! src /sage /rings /padics /transcendantal.c 
126- ! src /sage /rings /polynomial /weil /power_sums.c 
127- ! src /sage /schemes /hyperelliptic_curves /hypellfrob /hypellfrob.cpp 
128- ! src /sage /schemes /hyperelliptic_curves /hypellfrob /recurrences_ntl.cpp 
129- ! src /sage /schemes /hyperelliptic_curves /hypellfrob /recurrences_zn_poly.cpp 
130- ! src /sage /stats /distributions /dgs_bern.c 
131- ! src /sage /stats /distributions /dgs_gauss_dp.c 
132- ! src /sage /stats /distributions /dgs_gauss_mp.c 
122+ ** /* .so 
123+ /src /sage /** /* .c 
124+ /src /sage /** /* .cpp 
125+ /src /sage /modular /arithgroup /farey_symbol.h 
126+ ! /src /sage /cpython /debugimpl.c 
127+ ! /src /sage /graphs /base /boost_interface.cpp 
128+ ! /src /sage /graphs /cliquer /cl.c 
129+ ! /src /sage /graphs /graph_decompositions /sage_tdlib.cpp 
130+ ! /src /sage /libs /eclib /wrap.cpp 
131+ ! /src /sage /libs /linkages /padics /relaxed /flint_helper.c 
132+ ! /src /sage /misc /inherit_comparison_impl.c 
133+ ! /src /sage /modular /arithgroup /farey.cpp 
134+ ! /src /sage /modular /arithgroup /sl2z.cpp 
135+ ! /src /sage /rings /bernmm /bern_modp.cpp 
136+ ! /src /sage /rings /bernmm /bern_modp_util.cpp 
137+ ! /src /sage /rings /bernmm /bern_rat.cpp 
138+ ! /src /sage /rings /bernmm /bernmm-test.cpp 
139+ ! /src /sage /rings /padics /transcendantal.c 
140+ ! /src /sage /rings /polynomial /weil /power_sums.c 
141+ ! /src /sage /schemes /hyperelliptic_curves /hypellfrob /hypellfrob.cpp 
142+ ! /src /sage /schemes /hyperelliptic_curves /hypellfrob /recurrences_ntl.cpp 
143+ ! /src /sage /schemes /hyperelliptic_curves /hypellfrob /recurrences_zn_poly.cpp 
144+ ! /src /sage /stats /distributions /dgs_bern.c 
145+ ! /src /sage /stats /distributions /dgs_gauss_dp.c 
146+ ! /src /sage /stats /distributions /dgs_gauss_mp.c 
133147/src /cython_debug 
134148
135149#  Temporary build files
136150build /temp. * /
137151build /bin /sage-build-env-config 
138152
153+ #  Generated files in the top-level source trees
154+ /pkgs /* /build 
155+ /pkgs /* /dist 
156+ /pkgs /* /MANIFEST 
157+ /pkgs /* /* .egg-info 
158+ /pkgs /* /.tox 
159+ 
160+ #  same for old locations - before Trac #31577
139161/build /pkgs /* /src /build 
140162/build /pkgs /* /src /dist 
141163/build /pkgs /* /src /MANIFEST 
@@ -173,7 +195,9 @@ src/venv.bak/
173195#  tox generated files
174196/.tox 
175197/build /.tox 
198+ ** /.tox 
176199/prefix 
177200
178201#  git worktree
179202worktree * 
203+ ** /worktree * 
0 commit comments