aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-11-15 00:27:06 -0500
committerJohn Resig <jeresig@gmail.com>2009-11-15 00:27:06 -0500
commit0a7232cc39912064de62ee06fd14221b36c93fd8 (patch)
tree449fc7b8fa775d4b3ae0fbf109d02b8327e65b49 /.gitignore
parentd338b1a1e7e2c43977bd65ca9502301c705c989b (diff)
downloadjquery-0a7232cc39912064de62ee06fd14221b36c93fd8.tar.gz
jquery-0a7232cc39912064de62ee06fd14221b36c93fd8.zip
Hide the .settings file in the gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
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
+*~