File: .gitignore

package info (click to toggle)
octomap 1.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,880 kB
  • ctags: 1,391
  • sloc: cpp: 9,871; python: 71; xml: 59; makefile: 47
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