summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-06 23:19:20 -0600
committerRocky Madden <git@rockymadden.com>2012-10-06 23:19:20 -0600
commitdadd1221ec7c1301b3cc2dfc178dba2091e1f9b8 (patch)
treece698016721cdc2636d66742d705b232ad1c9fe9 /.gitignore
downloadstringmetric-dadd1221ec7c1301b3cc2dfc178dba2091e1f9b8.tar.gz
stringmetric-dadd1221ec7c1301b3cc2dfc178dba2091e1f9b8.tar.bz2
stringmetric-dadd1221ec7c1301b3cc2dfc178dba2091e1f9b8.zip
Created repository.v0.0.0
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..7f0a79e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Core ignores
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.vi
+*~
+*#
+.git/
+
+# OS ignores
+.DS_Store
+thumbs.db
+
+# Editor ignores
+.cache
+.project
+.settings
+.settings/
+bin/
+
+# Build ignores
+build/
+
+# Project ignores
+.classpath \ No newline at end of file