Skip to content
Snippets Groups Projects
Commit cd89fd77 authored by gambas's avatar gambas
Browse files

Do not put '*.mo' files in '.gitignore' file. They are needed!

[CONFIGURATION]
* NEW: Do not put '*.mo' files in '.gitignore'. They are needed!

[DEVELOPMENT ENVIRONMENT]
* NEW: Do not put '*.mo' files in project '.gitignore' default file. They are needed!
parent 99f9a130
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,6 @@ missing ...@@ -32,7 +32,6 @@ missing
.dirstamp .dirstamp
*_moc.cpp *_moc.cpp
*.pot *.pot
*.mo
*.gambas *.gambas
main/trunk_version.h main/trunk_version.h
main/*/gb*3 main/*/gb*3
......
...@@ -5276,7 +5276,7 @@ Private Sub CreateGitIgnore() ...@@ -5276,7 +5276,7 @@ Private Sub CreateGitIgnore()
Endif Endif
sData = File.Load(sPath) sData = File.Load(sPath)
iPos = InStr(sData, "#---- Gambas files to ignore (v3)") iPos = InStr(sData, "#---- Gambas files to ignore (v4)")
If iPos Then Return If iPos Then Return
iPos = InStr(sData, "#---- Gambas files to ignore") iPos = InStr(sData, "#---- Gambas files to ignore")
......
#---- Gambas files to ignore (v3) #---- Gambas files to ignore (v4)
*.gambas *.gambas
.lock .lock
*~ *~
...@@ -9,7 +9,6 @@ vgcore.* ...@@ -9,7 +9,6 @@ vgcore.*
.kdbg* .kdbg*
.*.prof .*.prof
.lang/*.pot .lang/*.pot
.lang/*.mo
.gambas/* .gambas/*
.settings .settings
#---- #----
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment