thegoodhen / AprilTools

A marker-based camera tracker for Blender based around the AprilTags Library by University of Michigan
GNU General Public License v3.0
253 stars 29 forks source link

Add a .gitignore #42

Closed ghost closed 2 years ago

ghost commented 2 years ago

You should probably add a .gitignore, here is the most basic one which just ignores editor tmp files:

*.tmp*
*.swp*
*swp*
*~*
thegoodhen commented 2 years ago

Done.