Skip to content

Commit

Permalink
<CC_OS> PR .gitignore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalchanda08 committed Jan 12, 2023
1 parent 45b623d commit 27026f5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 44 deletions.
87 changes: 44 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
.scannerwork
sonar-cfamily-reproducer.zip
temp
out/
tools/
backup/
bkp/
.vscode/
*.elf
*.bin
*.d
*.o
*.ko
*.obj
*.dll
*.so
*.so.*
*.dylib
*.lib
*.la
*.lo
*.a
*.ilk
*.map
*.dis
*.new
*.bkp
*.backup
*.b
*.dev
*.old
*.temp
*.tmp
*.sw*
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.mod*
*.cmd
*.todo
.scannerwork
.vscode/
sonar-cfamily-reproducer.zip
temp
out/
tools/
backup/
bkp/
projects/
*.elf
*.bin
*.d
*.o
*.ko
*.obj
*.dll
*.so
*.so.*
*.dylib
*.lib
*.la
*.lo
*.a
*.ilk
*.map
*.dis
*.new
*.bkp
*.backup
*.b
*.dev
*.old
*.temp
*.tmp
*.sw*
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.mod*
*.cmd
*.todo
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"intelliSenseMode": "${default}",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14"
"cppStandard": "gnu++14",
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"
}
],
"version": 4
Expand Down

0 comments on commit 27026f5

Please sign in to comment.