about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbbe0da --- /dev/null +++ b/.gitignore
@@ -0,0 +1,23 @@
1# Binaries
2*.a
3*.o
4*.so*
5
6# Build
7CMakeLists.txt.user
8CMakeCache.txt
9CMakeFiles
10CMakeScripts
11Testing
12Makefile
13cmake_install.cmake
14install_manifest.txt
15compile_commands.json
16CTestTestfile.cmake
17_deps
18CMakeUserPresets.json
19*-prefix/
20
21# Output
22build/
23tests/build/