Skip to content
Snippets Groups Projects
Commit 569b6793 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

update gitignore

parent f28b28b0
No related branches found
No related tags found
1 merge request!2add gitignore
# Created by https://www.toptal.com/developers/gitignore/api/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++,executable # Edit at https://www.toptal.com/developers/gitignore?templates=git,vim,emacs,linux,macos,c,cuda,c++,executable
### C++ ### ### C ###
# Prerequisites # Prerequisites
*.d *.d
# Compiled Object files # Object files
*.slo
*.lo
*.o *.o
*.ko
*.obj *.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers # Precompiled Headers
*.gch *.gch
*.pch *.pch
# Compiled Dynamic libraries # Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so *.so
*.so.*
*.dylib *.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 # Fortran module files
*.mod *.mod
...@@ -26,14 +71,16 @@ ...@@ -26,14 +71,16 @@
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
*.la
*.a
*.lib
# Executables # Executables
*.exe
*.out ### CUDA ###
*.app *.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin
### Emacs ### ### Emacs ###
# -*- mode: gitignore; -*- # -*- mode: gitignore; -*-
...@@ -178,4 +225,4 @@ tags ...@@ -178,4 +225,4 @@ tags
# Persistent undo # Persistent undo
[._]*.un~ [._]*.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment