summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <VincentRouvreau@users.noreply.github.com>2019-03-11 15:37:37 +0100
committerGitHub <noreply@github.com>2019-03-11 15:37:37 +0100
commit6a868032db9b2fdc9e18277a5049b650b9b1878b (patch)
tree841be9a93a422a698ca3bcaeca9880d924264725
parent6e18a142ffff18d0d6c467b215042c6010fb8639 (diff)
parent0e3408ca17deb3bdeff700150a23853906ea1577 (diff)
Merge pull request #37 from VincentRouvreau/master
Add .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/
+