You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NasaSpecsIntact.gitignore 1.1KB

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