diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-26 23:59:08 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-26 23:59:08 +0100 |
commit | f2efdd673cb4fdf81fb4677485339e8f32a3514d (patch) | |
tree | 21a45768ee12b4020808f8ea61de687dc2875d29 /.gitignore | |
parent | 8fc4c4b3825e421373d836ef0841b3e7c15ebb9f (diff) | |
download | dotfiles-f2efdd673cb4fdf81fb4677485339e8f32a3514d.tar.gz dotfiles-f2efdd673cb4fdf81fb4677485339e8f32a3514d.tar.bz2 dotfiles-f2efdd673cb4fdf81fb4677485339e8f32a3514d.tar.xz dotfiles-f2efdd673cb4fdf81fb4677485339e8f32a3514d.zip |
Added git configuration files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e807a85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# OSX taken from: https://github.com/github/gitignore/blob/master/Global/OSX.gitignore +# ---------------------------------------------------------------------------------------------- +.DS_Store +# Thumbnails +._* +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Windows taken from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# ---------------------------------------------------------------------------------------------- +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + +# Tags taken from: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore +# ---------------------------------------------------------------------------------------------- +# Ignore tags created by etags and ctags +TAGS +tags + +# Vim taken from: https://github.com/github/gitignore/blob/master/Global/vim.gitignore +# ---------------------------------------------------------------------------------------------- +.*.sw[a-z] +*.un~ +Session.vim + +# SASS +# ---------------------------------------------------------------------------------------------- +.sass-cache |