Add subprojects to gitignore
Subprojects should be ignored by git.
Change-Id: Ic180925b30e13fab7475d123c0127e3de56e4a42
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/.gitignore b/.gitignore
index df66a77..873c957 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,4 +20,7 @@
specification/document/*.fls
specification/document/*.fdb_*
specification/document/*.*gz
-specification/document/*aux
\ No newline at end of file
+specification/document/*aux
+
+subprojects/*
+-subprojects/*.wrap
\ No newline at end of file