Skip to content

Commit

Permalink
updated git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Nov 16, 2024
1 parent a5ea462 commit 02410ef
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VSCode files
# VSCode files
.vs/
.vscode/

Expand Down Expand Up @@ -27,4 +27,49 @@ build/
*.lib
*.a
*.la
*.lo
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# 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

# cscope with Vim
cscope.*

#ctags with Vim
tags
types_c.taghl

#CtrlP
ctrlp.root

#html
*.html

#OS specific
.DS_Store

0 comments on commit 02410ef

Please sign in to comment.