Log in

View Full Version : Using gitignore


daconex
31-03-2015, 00:59
What files do you ignore using a .gitignore file at the root of your project?

Ours currently contains:
*.aliases
*.lvlps

timytamy
31-03-2015, 01:56
Check out https://github.com/github/gitignore/blob/master/LabVIEW.gitignore

daconex
31-03-2015, 12:05
Thanks that's exactly what I was looking for!