diff options
author | asselinpaul <pa.asselin@gmail.com> | 2012-06-12 18:23:40 +0200 |
---|---|---|
committer | asselinpaul <pa.asselin@gmail.com> | 2012-06-12 18:23:40 +0200 |
commit | e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b (patch) | |
tree | ca743fea2c153afadc5266c15d9657062811583f /subtle/.gitignore | |
parent | fdbaa6805064db85f6e71852d0c00e245d7ad432 (diff) | |
download | pelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.tar.gz |
added subtle
Diffstat (limited to 'subtle/.gitignore')
-rw-r--r-- | subtle/.gitignore | 38 |
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 |