File: .gitignore

package info (click to toggle)
step 4:22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 10,272 kB
  • sloc: cpp: 16,760; xml: 701; python: 380; javascript: 93; sh: 39; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Ignore build directory
build*/

# Ignore IDE project files
.kdev4/
step.kdev4
/.clang-format
/compile_commands.json
.clangd
.cache
.idea
/cmake-build*