Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
ae59a96b3050d3db0274a50759dccfde0518e4eb
chips
.gitignore
Find file
Normal view
History
Permalink
.gitignore
82 B
Newer
Older
Add gitignore: compile, vi, output related files
jourdain
committed
5 years ago
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Output
*.log
*.err
*.out
# Compiled source
*.exe
*.o
*.so
# Vi
*.swp
*.swo