summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-04-26 09:55:22 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-04-26 09:55:22 +0200
commitbd8591187090a59c979947825fe9eff2645161ae (patch)
treeb5f5f39488530941444b278be66384139652e6d1 /.gitignore
parent6f9bbc57d9abb1bd395b7c4d58184ee53656fc72 (diff)
parent145f6084b734c24d594ab7dddf5a664953ca4545 (diff)
Merge branch 'master' into toplex_map
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..5c2195be
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# Classical CMake build directory
+build/
+
+# 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/
+