diff options
author | John Resig <jeresig@gmail.com> | 2009-11-15 00:27:06 -0500 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-11-15 00:27:06 -0500 |
commit | 0a7232cc39912064de62ee06fd14221b36c93fd8 (patch) | |
tree | 449fc7b8fa775d4b3ae0fbf109d02b8327e65b49 /.gitignore | |
parent | d338b1a1e7e2c43977bd65ca9502301c705c989b (diff) | |
download | jquery-0a7232cc39912064de62ee06fd14221b36c93fd8.tar.gz jquery-0a7232cc39912064de62ee06fd14221b36c93fd8.zip |
Hide the .settings file in the gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 31e6ad75f..439cf4f07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ src/selector.js dist - -*~
\ No newline at end of file +.settings +*~ |