File: .gitignore

package info (click to toggle)
libbpp-core 2.4.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,904 kB
  • sloc: cpp: 31,128; python: 481; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# files to be ignored

BppCore.tag
CMakeCache.txt
CMakeFiles
*.cmake
Makefile
html
install_manifest.txt
libbpp-core.*
.clang_complete

# file to be specifically not ignored by previous rules

!/CTestConfig.cmake
!/cmake/*