diff options
author | bsdnoobz <nash@bsd-noobz.com> | 2012-12-04 20:31:41 +0700 |
---|---|---|
committer | bsdnoobz <nash@bsd-noobz.com> | 2012-12-04 20:31:41 +0700 |
commit | e9e54184109fead2d56d63fe9500f92799800478 (patch) | |
tree | 1a8493501ada48b45ad172e76aa53b71c0241117 | |
parent | da9c8d548b46c33126de0bd5fd7496001ac54193 (diff) |
Added .gitignore
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42963bc --- /dev/null +++ b/.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 |