Add Git ignore file to the tmp directory

The sanity process generates a lot of temporary files in the tmp
directory. These display as untracked changes in Git and make it a lot
harder to view only actual changes to the repository.
This commit is contained in:
pxgamer
2018-12-07 11:31:52 +00:00
parent cf6811d5c0
commit 0d181f5512

3
tmp/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!.gitignore
!db-update