.gitignore pour NASA SpecsIntact
14 règles d’exclusion pour NASA SpecsIntact, prêtes à copier dans votre dépôt.
Logiciel de spécifications de construction
Le .gitignore complet pour NASA SpecsIntact
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:34:42 UTC
# Technologies: NASA SpecsIntact
### NASA SpecsIntact ###
*.se$
*.RPT
ADDRVER.*
BRKTVER.*
DUPEREF.*
REFVER.*
SECTVER.*
SUBMVER.*
TTLDIFFS.*
PULL.TBL
pulltbl.bck
JOB.OTL.OLD
*.onetoc*
# Log file
*.log
Ce que ces règles NASA SpecsIntact ignorent vraiment
Chaque motif ci-dessous, et pourquoi il a sa place dans votre .gitignore.
SpecsIntact (SI) Locking file; this would lock everyone out.
| Motif | Ce qu’il ignore |
|---|---|
*.se$ |
SpecsIntact (SI) Locking file; this would lock everyone out. |
*.RPT |
SI Reports; auto-generated. They do not belong in the repository as they will be re-created exactly when using a specific checkout point. |
ADDRVER.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
BRKTVER.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
DUPEREF.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
REFVER.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
SECTVER.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
SUBMVER.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
TTLDIFFS.* |
SpecsIntact (SI) Locking file; this would lock everyone out. |
PULL.TBL is an auto-generated file to help speed SI loading.
| Motif | Ce qu’il ignore |
|---|---|
PULL.TBL |
PULL.TBL is an auto-generated file to help speed SI loading. |
pulltbl.bck |
PULL.TBL is an auto-generated file to help speed SI loading. |
Keeping the old one isn't useful in git.
| Motif | Ce qu’il ignore |
|---|---|
JOB.OTL.OLD |
Keeping the old one isn't useful in git. |
*.onetoc* |
OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote notebooks, and if so, OneNote will litter the SI folder with these. |
*.log |
Log file |
Comment utiliser ce .gitignore pour NASA SpecsIntact
- Copiez les règles NASA SpecsIntact ci-dessus, ou téléchargez directement le fichier.
- Créez un fichier nommé .gitignore à la racine de votre dépôt Git et collez-y les règles.
- Si certains de ces fichiers sont déjà suivis, lancez git rm -r --cached . puis recommitez — Git n’applique les règles d’exclusion qu’aux fichiers non suivis.
- Commitez le .gitignore pour que toute l’équipe partage les mêmes règles.