summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 426397f..70216b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,21 @@
# IDE stuff
.idea
+# Testing
+CTestTestfile.cmake
+Testing
+
# CMake stuff
cmake-*
+CMakeCache.txt
+CMakeFiles
+Makefile
+cmake_install.cmake
+compile_commands.json
+
+# Executables
+specgram
+unittest*
# Prerequisites
*.d