diff options
| author | mzed <github@mikezed.com> | 2016-02-26 10:22:55 +0000 |
|---|---|---|
| committer | mzed <github@mikezed.com> | 2016-02-26 10:22:55 +0000 |
| commit | 9c80963aa702449bb231cf5697dcc93efeb323c9 (patch) | |
| tree | 3b32e40e202c215c086bf05cfb123186331429f6 /.gitignore | |
| parent | 5a99ccdffc64d09de692c9ab77dc7a21a8fae552 (diff) | |
ignore xcode and emacs
Adding more ignores so user data doesn’t end up in the repo
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,10 +1,28 @@ +### Emacs ### +*~ + +### XCode ### +## Build generated +build/ +DerivedData/ + +## Various settings *.pbxuser +!default.pbxuser *.mode1v3 +!default.mode1v3 *.mode2v3 -build +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint -build .DS_Store /maximilianTestWindowsVS2010/Debug /maximilianTestWindowsVS2010/ipch |
