File: .gitignore

package info (click to toggle)
gnuplot-iostream 0~20140302.gitc8919a0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 688 kB
  • ctags: 595
  • sloc: cpp: 2,926; sh: 122; makefile: 66
file content (22 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# compiled stuff
example-data-1d
example-data-2d
example-interactive
example-misc
test-noncopyable
test-outputs
*.error.txt
*.o
# Windows compiled stuff
*.exe
*.obj

# cmake stuff
build
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

# output of example scripts and unit tests
my_graph_*.png
unittest-output/