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