Add .gitignore to scratch directory

This commit is contained in:
Eduardo Almeida
2020-04-24 21:08:29 +01:00
committed by Natale Patriciello
parent b982ace47e
commit 393d23732d

5
scratch/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignore everything on scratch by default, except the provided examples
/*
!.gitignore
!subdir/
!scratch-simulator.cc