[Gambas-user] .gitignore for a Gambas project

Tobias Boege taboege at ...626...
Wed Apr 23 17:59:08 CEST 2014


On Wed, 23 Apr 2014, Patrik Karlsson wrote:
> Hi,
> 
> What should a .gitignore look like?
> 
> The one I am using contains:
> .lock
> *~
> *.gambas
> .settings
> 

You can also safely ignore

.action
.directory
.icon.png
.startup

as they can (and will) be regenerated by the IDE. You should ignore

.gambas

which contains compiled files.

I'm not sure about .lang. Some of the files in there are surely also
compiled out of other ones...

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list