diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 20:31:18 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 20:31:18 +0200 |
| commit | 546bf6061665ccc4cf5cccf047f173cd3e960e20 (patch) | |
| tree | f33b1119de693879c4f0fd5ba190e0eb1a622021 | |
| parent | 0125624cff5dcd9708cd974287551105afd5b0bc (diff) | |
added git ignore
| -rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccad144 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ +*.pyc + +# OS or Editor folders +.DS_Store +.cache +.project +.settings +nbproject +thumbs.db + +# Dreamweaver added files +_notes +dwsync.xml + +# Folders to ignore +.hg +.svn +publish +.idea + +# build script local files +build/buildinfo.properties +build/config/buildinfo.properties |
