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
95e8b356abce7742b0fa42e9824187261b1209ac
chips
.gitignore
Find file
Normal view
History
Permalink
.gitignore
88 B
Newer
Older
Add gitignore: compile, vi, output related files
jourdain
committed
5 years ago
1
2
3
4
# Output
*.log
*.err
*.out
Ignore the .cmd files
midou
committed
4 years ago
5
*.cmd
Add gitignore: compile, vi, output related files
jourdain
committed
5 years ago
6
7
8
9
10
11
12
13
14
15
# Compiled source
*.exe
*.o
*.so
# Vi
*.swp
*.swo