aboutsummaryrefslogtreecommitdiffstats
path: root/subtle/.gitignore
diff options
context:
space:
mode:
authorasselinpaul <pa.asselin@gmail.com>2012-06-12 18:23:40 +0200
committerasselinpaul <pa.asselin@gmail.com>2012-06-12 18:23:40 +0200
commite4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b (patch)
treeca743fea2c153afadc5266c15d9657062811583f /subtle/.gitignore
parentfdbaa6805064db85f6e71852d0c00e245d7ad432 (diff)
downloadpelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.zip
pelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.tar.gz
pelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.tar.bz2
added subtle
Diffstat (limited to 'subtle/.gitignore')
-rw-r--r--subtle/.gitignore38
1 files changed, 38 insertions, 0 deletions
diff --git a/subtle/.gitignore b/subtle/.gitignore
new file mode 100644
index 0000000..f2c2a6b
--- /dev/null
+++ b/subtle/.gitignore
@@ -0,0 +1,38 @@
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+
+# 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
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+Icon?
+ehthumbs.db
+Thumbs.db \ No newline at end of file