Jump to content

[8485] Little "patch" : update .gitignore


Recommended Posts

Posted

Is it possible to update .gitignore in ./win/ folder and add rule to ignore .cache (or .sln.cache) files ?

I use msbuild command line to generate mangos and when mangos is builded, a file : mangosdVC90.sln.cache is created in this folder

file .gitignore

@@ -11,6 +11,7 @@
#

*.ncb
*.suo
*.sdf
+*.cache
ipch

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use