.gitignore for EiffelStudio
1 ignore rule for EiffelStudio, ready to copy into your repository.
IDE for Eiffel programming language
The complete .gitignore for EiffelStudio
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 02:28:52 UTC
# Technologies: EiffelStudio
### EiffelStudio ###
EIFGENs
What these EiffelStudio rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
The compilation directory
| Pattern | What it ignores |
|---|---|
EIFGENs |
The compilation directory |
How to use this .gitignore for EiffelStudio
- Copy the EiffelStudio 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.