OSDN Git Service

Removed sublime files
authorDanny van Kooten <dannyvankooten@gmail.com>
Mon, 27 Feb 2012 14:13:02 +0000 (15:13 +0100)
committerDanny van Kooten <dannyvankooten@gmail.com>
Mon, 27 Feb 2012 14:13:02 +0000 (15:13 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1ae8c08
--- /dev/null
@@ -0,0 +1,35 @@
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+*.sublime-*
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+
+# Logs and databases #
+######################
+*.log
+*.sql
+*.sqlite
+
+# OS generated files #
+######################
+.DS_Store*
+ehthumbs.db
+Icon?
+Thumbs.db
\ No newline at end of file