Remove '*.mo' files now automatically generated by the compiler, and other filed that should be ignored too.
This commit is contained in:
parent
f931131317
commit
5bb2f41b21
348 changed files with 0 additions and 1561 deletions
48
.gitignore
vendored
48
.gitignore
vendored
|
@ -1,48 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
libtool
|
||||
ltmain.sh
|
||||
stamp-h1
|
||||
warnings.log
|
||||
.deps/
|
||||
aclocal.m4
|
||||
config.guess
|
||||
config.log
|
||||
config.sub
|
||||
configure
|
||||
install-sh
|
||||
autom4te.cache
|
||||
config.h
|
||||
config.h.in
|
||||
config.status
|
||||
config.cache
|
||||
compile
|
||||
depcomp
|
||||
missing
|
||||
/m4/libtool.m4
|
||||
/m4/ltoptions.m4
|
||||
/m4/ltsugar.m4
|
||||
/m4/ltversion.m4
|
||||
/m4/lt~obsolete.m4
|
||||
.libs/
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*.a
|
||||
.dirstamp
|
||||
*_moc.cpp
|
||||
*.pot
|
||||
*.mo
|
||||
*.gambas
|
||||
main/trunk_version.h
|
||||
main/*/gb*3
|
||||
DISABLED*
|
||||
.startup
|
||||
.settings
|
||||
.info
|
||||
.list
|
||||
.action/
|
||||
.jit/
|
||||
**/.gitignore
|
||||
app/other/MakeWebSite/gambas.sourceforge.net/*/
|
||||
*~
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,70 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action About
|
||||
Text = "About"
|
||||
Shortcut = "Alt+A"
|
||||
Picture = "icons/16/About.png"
|
||||
}
|
||||
{ Action Backup
|
||||
Text = "Backup"
|
||||
Shortcut = "Alt+B"
|
||||
Picture = "icons/16/Backup.png"
|
||||
}
|
||||
{ Action Catalogs
|
||||
Text = "Catalogs"
|
||||
Shortcut = "Alt+C"
|
||||
Picture = "icons/16/Catalogs.png"
|
||||
}
|
||||
{ Action CloseAllForms
|
||||
Text = "Close all forms"
|
||||
Shortcut = "Ctrl+Alt+Esc"
|
||||
Picture = "icon:/16/close"
|
||||
}
|
||||
{ Action Closeform
|
||||
Text = "Close form"
|
||||
Shortcut = "Alt+Esc"
|
||||
Picture = "icon:/16/close"
|
||||
}
|
||||
{ Action Help
|
||||
Text = "Help"
|
||||
Shortcut = "F1"
|
||||
Picture = "icon:/16/help"
|
||||
}
|
||||
{ Action Hidepanels
|
||||
Text = "Hide panels"
|
||||
Shortcut = "F8"
|
||||
Picture = "icon:/16/view-split-h"
|
||||
}
|
||||
{ Action Preferences
|
||||
Text = "Preferences"
|
||||
Shortcut = "Alt+P"
|
||||
Picture = "icon:/16/options"
|
||||
}
|
||||
{ Action Query
|
||||
Text = "Query"
|
||||
Shortcut = "Alt+Q"
|
||||
Picture = "icons/16/Query.png"
|
||||
}
|
||||
{ Action Restore
|
||||
Text = "Restore Backup"
|
||||
Shortcut = "Alt+R"
|
||||
Picture = "icons/16/Restore.png"
|
||||
}
|
||||
{ Action Script
|
||||
Text = "Script"
|
||||
Shortcut = "Alt+S"
|
||||
Picture = "icons/16/Script2.png"
|
||||
}
|
||||
{ Action Server
|
||||
Text = "Server Information"
|
||||
Shortcut = "Alt+I"
|
||||
Picture = "icons/16/Server.png"
|
||||
}
|
||||
{ Action Users
|
||||
Text = "User Administration"
|
||||
Shortcut = "Alt+U"
|
||||
Picture = "icons/16/UserAdmin.png"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action Delete
|
||||
Text = "Delete"
|
||||
Shortcut = "Del"
|
||||
Picture = "icon:/16/trash"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action Show a clue
|
||||
Text = "Create Routine"
|
||||
Picture = "icons/16/Routine.png"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action NewTab
|
||||
Text = "New Query"
|
||||
Shortcut = "Ctrl+N"
|
||||
Picture = "icons/16/ResultTab.png"
|
||||
}
|
||||
{ Action Run
|
||||
Text = "Run query"
|
||||
Picture = "icons/16/Query.png"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action AddRow
|
||||
Text = "Add row"
|
||||
Picture = "icon:/16/add"
|
||||
}
|
||||
{ Action Edit
|
||||
Text = "Edit"
|
||||
Picture = "icons/16/Edit.png"
|
||||
}
|
||||
{ Action ExecuteStatements
|
||||
Text = "Save to file"
|
||||
Picture = "icon:/16/save"
|
||||
}
|
||||
{ Action Lock
|
||||
Text = "Lock"
|
||||
Picture = "icons/16/Lock.png"
|
||||
}
|
||||
{ Action Refresh
|
||||
Text = "Refresh"
|
||||
Picture = "icons/16/Refresh.png"
|
||||
}
|
||||
{ Action RemoveRow
|
||||
Text = "Remove row"
|
||||
Picture = "icon:/16/remove"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action NewTab
|
||||
Text = "New Script"
|
||||
Shortcut = "Ctrl+N"
|
||||
Picture = "icons/16/ScriptTab.png"
|
||||
}
|
||||
{ Action Run
|
||||
Text = "Run script"
|
||||
Shortcut = "Ctrl+Return"
|
||||
Picture = "icons/16/Script2.png"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# Gambas Action File 3.0
|
||||
|
||||
{ Actions
|
||||
{ Action DeleteDatabase
|
||||
Text = "Delete Database"
|
||||
Picture = "icon:/16/remove"
|
||||
}
|
||||
{ Action DeleteItem
|
||||
Text = "Delete Item"
|
||||
Shortcut = "Ctrl+Del"
|
||||
Picture = "icon:/16/trash"
|
||||
}
|
||||
{ Action EditItem
|
||||
Text = "Edit Item"
|
||||
Shortcut = "Ctrl+E"
|
||||
Picture = "icon:/16/edit"
|
||||
}
|
||||
{ Action Lock
|
||||
Text = "Lock"
|
||||
Picture = "icons/16/Lock.png"
|
||||
}
|
||||
{ Action NewDatabase
|
||||
Text = "New Database"
|
||||
Picture = "icons/16/Database.png"
|
||||
}
|
||||
{ Action NewItem
|
||||
Text = "New Item"
|
||||
Shortcut = "F2"
|
||||
Picture = "icons/16/New.png"
|
||||
}
|
||||
{ Action Refresh
|
||||
Text = "Refresh"
|
||||
Shortcut = "F5"
|
||||
Picture = "icons/16/Refresh.png"
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue