summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-16 14:22:42 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-16 14:22:42 -0500
commit67f840a03e4db2a7204808877b91a2f4d257a5a8 (patch)
treeb635ae3b212143c0dc740d82665ce80cf835c49f /.gitignore
parentab111e9e3c9f2e44f7d23ea91fa24e59d00d6f38 (diff)
downloadbasilisk-67f840a03e4db2a7204808877b91a2f4d257a5a8.tar.gz
Update gitignore to account for someone being clever with ntfs junctions or other filesystem links ;)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 840c622..57986d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,4 +63,13 @@ toolkit/devtools/chrome.manifest
other-licenses/7zstub/firefox/7zSD - Copy.sfx.exe
# 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 ;)
+palemoon/
+mail/
+suite/
+iceweasel/
+calendar/
+projects/* \ No newline at end of file