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
a5a77b7af81ba31567983db1c8df4f2cfc02626f
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