File: .gitignore

package info (click to toggle)
ktechlab 0.51.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,876 kB
  • sloc: cpp: 70,138; xml: 558; sh: 246; ansic: 19; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# kdevelop related
.kdev4
.kdev_include_paths
*.kdev4

*build*
*inst*
*.log
!build*.sh

# clang-format file is generated by "make clang-format", do not keep it in git
.clang-format