Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2011-08-01 09:47:59 +0000
committerTobias Oberlies2011-08-01 09:48:57 +0000
commit8dac7dd5120149737dbc6303f2233a05f56df718 (patch)
tree6952cb5c77f4705722cdfd0938308d7f4e604b20 /bundles/.gitignore
parenta127e2b6fde7afc6469b375d3c7aec7cfbd31b89 (diff)
downloadrt.equinox.p2-8dac7dd5120149737dbc6303f2233a05f56df718.tar.gz
rt.equinox.p2-8dac7dd5120149737dbc6303f2233a05f56df718.tar.xz
rt.equinox.p2-8dac7dd5120149737dbc6303f2233a05f56df718.zip
Ignore bin folders for all bundles
- Prevent that binaries in the PDE UI output folder "bin" are committed into the repository. Background: - Lines that don't start with a "/" in .gitignore files apply to a folder and all its subfolders.
Diffstat (limited to 'bundles/.gitignore')
-rw-r--r--bundles/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/.gitignore b/bundles/.gitignore
new file mode 100644
index 000000000..e660fd93d
--- /dev/null
+++ b/bundles/.gitignore
@@ -0,0 +1 @@
+bin/

Back to the top