-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update .gitignore. #182
Update .gitignore. #182
Conversation
Ignore vpc_crc and filters extensions.
Regarding 20841b1 would it not be simpler to just add |
Fixed error: can't exec '/Users/ardneran/Documents/Projects/GitHub/source-sdk-2013/*p/src/devtoo ls/bin/osx32/xcode_ccache_wrapper' (No such file or directory) Command /Users/ardneran/Documents/Projects/GitHub/source-sdk-2013/*p/src/devtool s/bin/osx32/xcode_ccache_wrapper failed with exit code 71 http://www.linuxquestions.org/questions/linux-general-1/bad-interpreter- no-such-file-or-directory-213617/#post1975207 perl -i -pe's/\r$//;' <file name here>
This will hopefully prevent file turning into CRLF when someone next touches it.
While we're at it, here's some stuff I added to my files, feel free to ignore what's not needed: .gitattributes
.gitignore
and for the content part:
|
@neico Thanks. Picked up a few from your ignore list. Haven't worked much with content yet but will update as time comes. |
Added a few extensions and ignore paths.
+1 |
@ardneran, nice. The xcode_ccache_wrapper stuff shouldn't be necessary if you rebase / merge with today's changes, and if you add .DS_Store to the ignore I'll merge it all. 👍 |
@jorgenpt merged and added the DS_Store as requested. Let me know if it looks ok. Thanks. |
Sorry, it'll need one more merge, just slammed a lot of files including .gitignore and .gitattributes. Fixed line endings in .gitignore. |
Reverted .gitattributes xcode_ccache_wrapper change. Fixed line endings for .gitignore and .gitattributes.
@jorgenpt merged again. Could you please check if the line endings in pull request match with yours. What method or editor did you use to create those endings? |
@ardneran, I used vim, but for changing line endings on many files I use |
Smarter surrender hints + Minor surrender behavior AI fix Approved-by: 1upD
…nint-loader-enhancement NPCs can load dynamic interactions from all animation MDLs
Ignore vpc_crc and filters extensions.