summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6aab7337ed8109d2a0fd1143d45c8867b61755a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Classical CMake build directory
build/

# Generated by Cython
src/python/gudhi/*.cpp

# Generated by tests
data/points/COIL_database/lucky_cat.off_dist
data/points/COIL_database/lucky_cat.off_sc.dot
data/points/KleinBottle5D.off_dist
data/points/KleinBottle5D.off_sc.dot
data/points/human.off_dist
data/points/human.off_sc.off
data/points/human.off_sc.txt

# IDE specific
# CLion
.idea/
cmake-build-debug/