summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9f427fb2a8f91e73655c1a73da7153b5555fe573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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/