summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-05 18:54:27 -0700
committerRocky Madden <git@rockymadden.com>2012-11-05 18:54:27 -0700
commitb8556e6bcf06f71b2fa5613499f02b0ed26281e2 (patch)
tree01e7066574ed9becc082314b9d1e4a851540201a /.gitignore
parent8d1e80ff34836308a0b0331b012d961d4f08db28 (diff)
downloadstringmetric-b8556e6bcf06f71b2fa5613499f02b0ed26281e2.tar.gz
stringmetric-b8556e6bcf06f71b2fa5613499f02b0ed26281e2.tar.bz2
stringmetric-b8556e6bcf06f71b2fa5613499f02b0ed26281e2.zip
Removed Windows specific OS ignore.
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7f0a79e..58fad97 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Core ignores
+# Core ignores.
*.diff
*.err
*.orig
@@ -11,19 +11,18 @@
*#
.git/
-# OS ignores
+# OS ignores.
.DS_Store
-thumbs.db
-# Editor ignores
+# Editor ignores.
.cache
.project
.settings
.settings/
bin/
-# Build ignores
+# Build ignores.
build/
-# Project ignores
+# Project ignores.
.classpath \ No newline at end of file