diff options
| author | Robert | 2017-06-29 18:50:18 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-29 18:50:18 +0200 | 
| commit | e5e6b3e5e08327f4c0cd5aad31a61430d514cdaa (patch) | |
| tree | 67e7272ec92c9b6db44cb8608e84c876173488d9 | |
| parent | 40c642d8fa6f32298d8995f70c82d9808810fadd (diff) | |
| download | chouette-core-e5e6b3e5e08327f4c0cd5aad31a61430d514cdaa.tar.bz2 | |
added binstubs to gitignore as spring does not run reliably :(
| -rw-r--r-- | .gitignore | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index 1bca870cb..85965b4c1 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ bin/  # Ignore node modules  /node_modules + +# Every machine shall create its binstubs +/bin | 
