diff --git a/.gitignore b/.gitignore index 5074d69..791018a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,5 @@ /tests/test*.log /tests/test*.trs -/build/* -!/build/.keep +/build/native/* +!/build/native/.keep diff --git a/build/.keep b/build/native/.keep similarity index 100% rename from build/.keep rename to build/native/.keep