.gitignore pour IGOR Pro
4 règles d’exclusion pour IGOR Pro, prêtes à copier dans votre dépôt.
Logiciel d'analyse de données scientifiques
Le .gitignore complet pour IGOR Pro
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 02:27:24 UTC
# Technologies: IGOR Pro
### IGOR Pro ###
*.pxp
*.pxt
*.uxp
*.uxt
Ce que ces règles IGOR Pro ignorent vraiment
Chaque motif ci-dessous, et pourquoi il a sa place dans votre .gitignore.
Avoid including Experiment files: they can be created and edited locally to test the ipf files
| Motif | Ce qu’il ignore |
|---|---|
*.pxp |
Avoid including Experiment files: they can be created and edited locally to test the ipf files |
*.pxt |
Avoid including Experiment files: they can be created and edited locally to test the ipf files |
*.uxp |
Avoid including Experiment files: they can be created and edited locally to test the ipf files |
*.uxt |
Avoid including Experiment files: they can be created and edited locally to test the ipf files |
Comment utiliser ce .gitignore pour IGOR Pro
- Copiez les règles IGOR Pro 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.