diff --git a/.gitignore b/.gitignore index 83762c4..8e9286f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /output/ -debug*.ps1 -temp*.ps1 +/debug*.ps1 +/temp*.ps1 # Most of these heavily cannibalized by Travis Drake from https://gist.github.com/kmorcinek/2710267