Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSA Hello World
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Andreas Herten
MSA Hello World
Merge requests
!2
add gitignore
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add gitignore
sa-gitignore
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Sebastian Achilles
requested to merge
sa-gitignore
into
main
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
569b6793
Prev
Next
Show latest version
1 file
+
62
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
569b6793
update gitignore
· 569b6793
Sebastian Achilles
authored
2 years ago
.gitignore
+
62
−
15
Options
# Created by https://www.toptal.com/developers/gitignore/api/git,vim,emacs,linux,macos,c++,executable
# Edit at https://www.toptal.com/developers/gitignore?templates=git,vim,emacs,linux,macos,c++,executable
# Created by https://www.toptal.com/developers/gitignore/api/git,vim,emacs,linux,macos,c
,cuda,c
++,executable
# Edit at https://www.toptal.com/developers/gitignore?templates=git,vim,emacs,linux,macos,c
,cuda,c
++,executable
### C
++
###
### C ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.dll
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
### C++ ###
# Prerequisites
# Compiled Object files
*.slo
# Precompiled Headers
# Compiled Dynamic libraries
# Fortran module files
*.mod
@@ -26,14 +71,16 @@
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
### CUDA ###
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin
### Emacs ###
# -*- mode: gitignore; -*-
@@ -178,4 +225,4 @@ tags
# Persistent undo
[._]*.un~
# End of https://www.toptal.com/developers/gitignore/api/git,vim,emacs,linux,macos,c++,executable
# End of https://www.toptal.com/developers/gitignore/api/git,vim,emacs,linux,macos,c
,cuda,c
++,executable
Loading