Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modelgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
modelgen
ce703aeed20e4edf6c64cd90fd8cfacdc3aa1d07
modelgen
.gitignore
Find file
Normal view
Permalink
.gitignore
48 B
Newer
Older
Added basic testing framework files.
Taddeüs Kroes
committed
12 years ago
1
2
3
*.pyc
*.swp
*~
Added .bak files to ignore list.
Taddeüs Kroes
committed
12 years ago
4
*.bak
Added data directory to ignore file.
Taddeüs Kroes
committed
12 years ago
5
data/
Added code coverage option to Makefile.
Taddeüs Kroes
committed
12 years ago
6
7
coverage/*
.coverage