samedi 19 janvier 2013

Ignore temporary files in Eagle 6.x in git

To ignore the temporary files created by Eagle in your git repository, add this line to your .gitignore file :
.gitignore
# This line ignore files named .s#1 .s#2 ...
*.s\#[0-9]
view raw gistfile1.txt hosted with ❤ by GitHub

Aucun commentaire:

Enregistrer un commentaire