diff options
author | Clément DAVID <clement.david@scilab.org> | 2010-08-26 16:32:27 +0200 |
---|---|---|
committer | Allan CORNET <allan.cornet@scilab.org> | 2010-08-27 10:07:02 +0200 |
commit | 66f35e9d1ee15a274c01e4905f4297f31454ef75 (patch) | |
tree | 01828728a85a142e9a3119736eeddec4384c2f77 /.gitignore | |
parent | 9c47be4b5496d00bb9c8079938fe0b3b3702f93c (diff) | |
download | scilab-66f35e9d1ee15a274c01e4905f4297f31454ef75.zip scilab-66f35e9d1ee15a274c01e4905f4297f31454ef75.tar.gz |
Add a "workspace" directory to the .gitignore file. This will prevent the commit of eclipse base workspace.
Change-Id: I7fb276f054297e206fbefb780a779b9e788c3961
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9ed58f --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
workspace/ | |||