diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-06-08 17:30:07 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-06-08 17:33:58 +0200 |
commit | c9320de02e37440141181cd24f283fd63e33fc37 (patch) | |
tree | 220a850effdc354f2918f86ea757ecaf9213c449 /.gitignore | |
parent | 09b4f79ed35fdd5f16a66e3524742ea55a1805bd (diff) | |
download | servo-c9320de02e37440141181cd24f283fd63e33fc37.tar.gz servo-c9320de02e37440141181cd24f283fd63e33fc37.zip |
Remove file accidentally added in #17219.
And prevent it from happening again.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7ca621eaacf..875108003b2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ *.swp *.swo *.csv +*.rej .DS_Store Servo.app .config.mk.last |