build: Dont track build folder contents

This commit is contained in:
Kyle Smith
2019-10-11 14:48:25 +10:00
parent 502b2af4bc
commit b6f81c537a

3
build/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Track the build directory but not its contents.
*
!.gitignore