summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 840c62210..a1db14818 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,16 @@ toolkit/devtools/chrome.manifest
# Ignore misc files that need not be in the repo
other-licenses/7zstub/firefox/7zSD - Copy.sfx.exe
+*.source.tar.xz
# Ignore official beta branding
-browser/branding/officialbeta/ \ No newline at end of file
+browser/branding/officialbeta/
+
+# External Projects
+# Account for someone being clever with ntfs junctions or other filesystem links ;)
+basilisk/
+mail/
+suite/
+iceweasel/
+calendar/
+projects/* \ No newline at end of file