editorconfig
[zinnia.git] / .gitignore
blobe25c30006b41e33c10112c18b6f68b926d4caca1
2 # Created by https://www.gitignore.io/api/c++,cmake
4 ### C++ ###
5 # Prerequisites
6 *.d
8 # Compiled Object files
9 *.slo
10 *.lo
11 *.o
12 *.obj
14 # Precompiled Headers
15 *.gch
16 *.pch
18 # Compiled Dynamic libraries
19 *.so
20 *.dylib
21 *.dll
23 # Fortran module files
24 *.mod
25 *.smod
27 # Compiled Static libraries
28 *.lai
29 *.la
30 *.a
31 *.lib
33 # Executables
34 *.exe
35 *.out
36 *.app
38 ### CMake ###
39 build/
40 CMakeCache.txt
41 CMakeFiles
42 CMakeScripts
43 Testing
44 Makefile
45 cmake_install.cmake
46 install_manifest.txt
47 compile_commands.json
48 CTestTestfile.cmake
50 # End of https://www.gitignore.io/api/c++,cmake