gitignore: Update scratch/ .gitignore to not exclude itself

This commit is contained in:
Eduardo Almeida
2022-09-30 15:13:08 +01:00
parent 68855672f9
commit f115e188bd

2
scratch/.gitignore vendored
View File

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