Changeset 158a0c7 in sasview for .gitignore


Ignore:
Timestamp:
Jul 13, 2018 4:24:30 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Children:
41d6187
Parents:
5dba493 (diff), ecbfddd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge useful commits from ESS_GUI

  • commit 'ecbfddd': add VS files, stackdumps to gitignore check whether .py files are outdated before generating them from .ui or .qrc files (huge startup speed-up) Update version number to 5.0 - SASVIEW-949 CR: Deleting a single dataitem child will close the corresponding plot (SASVIEW-958) corrections to GUITests doc add documentation to GUITests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r846a063 recbfddd  
    1010# Feel free to add more stuff to this as and when it becomes an issue. 
    1111 
     12# stack dumps due to Git Bash internal crashes 
     13*.stackdump 
     14 
    1215# Editor files 
     16*.pyproj 
    1317.DS_Store 
    1418/.settings 
     
    1721/.pydevproject 
    1822/.idea 
     23/.vs 
    1924 
    2025# Build and run files 
Note: See TracChangeset for help on using the changeset viewer.