MantisBT - Rosetta
View Issue Details
0000209Rosetta[All Projects] Bad Codingpublic2013-03-13 12:172013-03-16 10:57
smlewis 
smlewis 
normalminoralways
resolvedfixed 
 
 
N/A
N/A
54313
0000209: temp files committed to trunk
I expect this will be an unresolveable bug in the permanent sense, but here's a list of the current offenders (plus a git command line to find them):

13:12:36 contador ~/git_from_andrew/rosetta> find . -name "*~" -exec git ls-files {} --error-unmatch \;
rosetta_demos/public/predict_eglinC_ddgs/input_files/mutations.multiples.txt~
rosetta_demos/public/electron_density_molecular_replacement/FOR_AUTHORS.dox~
rosetta_tests/integration/tests/features/parser_script.xml~
rosetta_tests/features/scripts/analysis/plots/secondary_structure/alpha_helices.R~
rosetta_tests/features/scripts/analysis/plots/secondary_structure/pi_helices.R~


13:13:57 contador ~/git_from_andrew/rosetta> find . -name "#*#" -exec git ls-files {} --error-unmatch \;
rosetta_demos/public/predict_eglinC_ddgs/#mutations.txt#
No tags attached.
related to 0000207resolved smlewis ERRASER leaves un-ignored .pyc files 
Issue History
2013-03-13 12:17smlewisNew Issue
2013-03-13 12:59rmorettiNote Added: 0000167
2013-03-13 13:00rmorettiRelationship addedrelated to 0000207
2013-03-13 13:02smlewisNote Added: 0000168
2013-03-16 10:56smlewisFixed in SVN Version => 543
2013-03-16 10:56smlewisStatusnew => resolved
2013-03-16 10:56smlewisResolutionopen => fixed
2013-03-16 10:56smlewisAssigned To => smlewis
2013-03-16 10:57smlewisFixed in SVN Version543 => 54313

Notes
(0000167)
rmoretti   
2013-03-13 12:59   
Patterns can be put into a .gitignore in the top-level directory. That won't change those already committed, but should reduce future commits.
(0000168)
smlewis   
2013-03-13 13:02   
I think all of these are covered by the existing exclusions, actually - it's just that they were manually added anyway at some point...