code.gitea.io/gitea@v1.21.7/options/gitignore/NasaSpecsIntact (about)

     1  # gitignore template for Nasa SpecsIntact (SI)
     2  # Website: https://specsintact.ksc.nasa.gov/
     3  #
     4  # Recommended: 
     5  # MicrosoftOffice.gitignore
     6  # 
     7  
     8  # SpecsIntact (SI) Locking file; this would lock everyone out.
     9  *.se$
    10  
    11  # SI Reports; auto-generated. They do not belong in the repository
    12  # as they will be re-created exactly when using a specific checkout point.
    13  *.RPT
    14  ADDRVER.*
    15  BRKTVER.*
    16  DUPEREF.*
    17  REFVER.*
    18  SECTVER.*
    19  SUBMVER.*
    20  TTLDIFFS.*
    21  
    22  # SpecsIntact files that change a lot and don't actually affect SI
    23  # PULL.TBL is an auto-generated file to help speed SI loading. 
    24  PULL.TBL
    25  pulltbl.bck
    26  
    27  # Tailoring information.
    28  # Keep tailor.tag; it is a list of tailoring options in SI.
    29  
    30  # JOB.OTL informs SI where a spec section came from. 
    31  # Keeping the old one isn't useful in git.
    32  JOB.OTL.OLD
    33  
    34  # OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote
    35  # notebooks, and if so, OneNote will litter the SI folder with these.
    36  *.onetoc*
    37  
    38  # Log files, typically tagfix or other auto generated logs that aren't useful 
    39  # outside of the user that made them and clutter up the index.
    40  *.log