File: .gitignore

package info (click to toggle)
octomap 1.9.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,200 kB
  • sloc: cpp: 9,783; sh: 265; python: 71; xml: 65; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# temp. editor backups:
*~

# generated content / project files:
.project
.cproject
doc
html
.qglviewer.xml

# build output:
lib
bin
build
callgrind.out*

# in case someone runs an in-source build:
CMakeCache.txt
cmake_install.cmake
CPackConfig.cmake
CMakeFiles
CPackSourceConfig.cmake
install_manifest.txt
Makefile

# our binary files, in case someone forgets them in the source dir:
*.bt
*.ot
*.graph