.gitignore for Momentics
5 ignore rules for Momentics, ready to copy into your repository.
IDE for QNX and BlackBerry development
The complete .gitignore for Momentics
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:34:43 UTC
# Technologies: Momentics
### Momentics ###
x86/
arm/
arm-p/
translations/*.qm
# Eclipse project settings
.settings/
What these Momentics rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
Built files
| Pattern | What it ignores |
|---|---|
x86/ |
Built files |
arm/ |
Built files |
arm-p/ |
Built files |
translations/*.qm |
Built files |
IDE settings
| Pattern | What it ignores |
|---|---|
.settings/ |
Eclipse project settings |
How to use this .gitignore for Momentics
- Copy the Momentics rules above, or download the file directly.
- Create a file named .gitignore at the root of your Git repository and paste the rules into it.
- If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
- Commit the .gitignore so everyone on the team shares the same rules.