Bug 401339 - Components should include /.project in their top-level repo
.gitignore file
diff --git a/.gitignore b/.gitignore
index 57dbb71..7627a75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
-/*/bin/
-*~
-*.rej
-*.bak
-javacore.*
-heapdump.*
-core.*
-Snap.*
+/*/bin/

+/.project

+*~

+*.rej

+*.bak

+javacore.*

+heapdump.*

+core.*

+Snap.*