Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » .gitignore
.gitignore [message #57257] Sun, 20 June 2021 06:55 Go to next message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
Could you please add attached .gitignore to the git repo?

TIA
  • Attachment: .gitignore
    (Size: 0.03KB, Downloaded 107 times)


Regards,
Novo

[Updated on: Sun, 20 June 2021 20:31]

Report message to a moderator

Re: .gitignore [message #57263 is a reply to message #57257] Mon, 21 June 2021 23:48 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
What is the point?

Mirek
Re: .gitignore [message #57264 is a reply to message #57263] Tue, 22 June 2021 00:20 Go to previous messageGo to next message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
mirek wrote on Mon, 21 June 2021 17:48
What 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 #57265 is a reply to message #57264] Tue, 22 June 2021 06:42 Go to previous messageGo to next message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
This is how it looks when it is clean:
index.php?t=getfile&id=6474&private=0


Regards,
Novo
Re: .gitignore [message #57266 is a reply to message #57265] Tue, 22 June 2021 06:51 Go to previous messageGo to next message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
And this is how it looks when it is bloated:
index.php?t=getfile&id=6475&private=0


Regards,
Novo
Re: .gitignore [message #57267 is a reply to message #57264] Tue, 22 June 2021 07:49 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Novo wrote on Tue, 22 June 2021 00:20
mirek wrote on Mon, 21 June 2021 17:48
What is the point?

Mirek

.cache folder is often created inside of the git repo. This is pretty much the case with all my test builds.


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...
Re: .gitignore [message #57270 is a reply to message #57267] Tue, 22 June 2021 15:13 Go to previous messageGo to next message
Novo is currently offline  Novo
Messages: 1358
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 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Novo wrote on Tue, 22 June 2021 15:13
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.


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 Go to previous message
Novo is currently offline  Novo
Messages: 1358
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
Previous Topic: Using Pen with U++
Next Topic: Finally going to git... (?)
Goto Forum:
  


Current Time: Thu Mar 28 20:51:23 CET 2024

Total time taken to generate the page: 0.01974 seconds