Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
ReadMailReallyFast
code
6fe3da95390a566d0c389a3f003771f9d048cf01
You need to sign in or sign up before continuing.
code
.gitignore
Find file
Normal view
Permalink
.gitignore
71 B
Newer
Older
cfg: Initial Commit
Benny Baumann
committed
6 years ago
1
2
3
4
5
6
7
8
9
10
11
.*
*~
*.ii
*.o
*.out
*.orig
*.s
*.out.*
upd: Added .vimrc to .gitignore file
Leon Dietrich
committed
6 years ago
12
13
.vimrc
cfg: Initial Commit
Benny Baumann
committed
6 years ago
14
15
16
17
bin/
dep/
lib/
obj/