Home » Developing U++ » U++ Developers corner » .gitignore
|
|
Re: .gitignore [message #57264 is a reply to message #57263] |
Tue, 22 June 2021 00:20   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
mirek wrote on Mon, 21 June 2021 17:48What is the point?
Mirek
For example, I often intentionally/accidentally alter Upp source code.
At some point I need to check a status of Upp source code.
I also need to check presence of my own configuration files inside of the Upp repo.
.cache folder is often created inside of the git repo. This is pretty much the case with all my test builds.
Well, I can live without this .gitignore file, but in this case my status view will always be spammed.
Regards,
Novo
|
|
|
|
|
|
Re: .gitignore [message #57270 is a reply to message #57267] |
Tue, 22 June 2021 15:13   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
mirek wrote on Tue, 22 June 2021 01:49
Well, that is the essence why I am asking. Why is .cache there?
I mean, we worked hard to isolate build files from the source tree, that is why gitignore feels like weird request...
Automatically created configurations. Each lives in its own folder. I can have dozens of them on one machine.
One per a compilers, for example.
Whatever. I'll survive without that.
Regards,
Novo
|
|
|
Re: .gitignore [message #57275 is a reply to message #57270] |
Tue, 22 June 2021 20:20   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
Novo wrote on Tue, 22 June 2021 15:13mirek wrote on Tue, 22 June 2021 01:49
Well, that is the essence why I am asking. Why is .cache there?
I mean, we worked hard to isolate build files from the source tree, that is why gitignore feels like weird request...
Automatically created configurations. Each lives in its own folder. I can have dozens of them on one machine.
One per a compilers, for example.
Whatever. I'll survive without that.
I can actually do it, no problem, but I guess it would be better to do that when git becomes primary repo (so far, it is still just downstream from svn).
|
|
|
Re: .gitignore [message #57276 is a reply to message #57275] |
Tue, 22 June 2021 20:34  |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Thanks. There is really no need for that. I can do that in my internal version of Upp, which is protected from a github version by a build system.
They were identical. Now they will be slightly different.
Sorry for making a trouble.
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:07:07 CEST 2025
Total time taken to generate the page: 0.01258 seconds
|