diff options
| author | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-20 14:38:12 +0100 | 
|---|---|---|
| committer | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-20 14:38:12 +0100 | 
| commit | 462aed0ddd5dd5cca7fb51175cc0829650e4916c (patch) | |
| tree | d0948efc256c6ed66a0c71b5ae1f5b9a1112ba6e /.gitignore | |
| parent | f6f830d066635c91763dd1ae6248c8c189e6fe7e (diff) | |
| parent | 71f272fbc3917dcdd81c2c829bccad9b64eb9128 (diff) | |
Merge.
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 40 | 
1 files changed, 0 insertions, 40 deletions
| diff --git a/.gitignore b/.gitignore deleted file mode 100755 index 4e82d27..0000000 --- a/.gitignore +++ /dev/null @@ -1,40 +0,0 @@ -# Autosave files
 -*~
 -
 -# build
 -[Oo]bj/
 -[Bb]in/
 -packages/
 -TestResults/
 -
 -# globs
 -Makefile.in
 -*.DS_Store
 -*.sln.cache
 -*.suo
 -*.cache
 -*.pidb
 -*.userprefs
 -*.usertasks
 -config.log
 -config.make
 -config.status
 -aclocal.m4
 -install-sh
 -autom4te.cache/
 -*.user
 -*.tar.gz
 -tarballs/
 -test-results/
 -Thumbs.db
 -
 -# Mac bundle stuff
 -*.dmg
 -*.app
 -
 -# resharper
 -*_Resharper.*
 -*.Resharper
 -
 -# dotCover
 -*.dotCover
 |