diff options
| author | Robert | 2017-06-30 09:47:01 +0200 |
|---|---|---|
| committer | Robert | 2017-06-30 09:47:01 +0200 |
| commit | a74049c971385dcae788af4278aa6376d4a346e1 (patch) | |
| tree | 6edee9a9e548b9112e47b235308934b826ad1c70 /.gitignore | |
| parent | e7004f4af37b5f286cd2566e285cde5ab56bd2cb (diff) | |
| download | chouette-core-a74049c971385dcae788af4278aa6376d4a346e1.tar.bz2 | |
Adapted .gitignore to add Spring's binstubs; Refs: #3933@0.2h
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 85965b4c1..0cdaa7c9f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,6 @@ bin/ /node_modules # Every machine shall create its binstubs -/bin +/bin/rake +/bin/rails +/bin/rspec |
