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
Commits
569b6793
Commit
569b6793
authored
1 year ago
by
Sebastian Achilles
Browse files
Options
Downloads
Patches
Plain Diff
update gitignore
parent
f28b28b0
No related branches found
No related tags found
1 merge request
!2
add gitignore
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+62
-15
62 additions, 15 deletions
.gitignore
with
62 additions
and
15 deletions
.gitignore
+
62
−
15
View file @
569b6793
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment