repo.or.cz
/
zinnia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
editorconfig
[zinnia.git]
/
.gitignore
blob
e25c30006b41e33c10112c18b6f68b926d4caca1
1
2
# Created by https://www.gitignore.io/api/c++,cmake
3
4
### C++ ###
5
# Prerequisites
6
*.d
7
8
# Compiled Object files
9
*.slo
10
*.lo
11
*.o
12
*.obj
13
14
# Precompiled Headers
15
*.gch
16
*.pch
17
18
# Compiled Dynamic libraries
19
*.so
20
*.dylib
21
*.dll
22
23
# Fortran module files
24
*.mod
25
*.smod
26
27
# Compiled Static libraries
28
*.lai
29
*.la
30
*.a
31
*.lib
32
33
# Executables
34
*.exe
35
*.out
36
*.app
37
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
49
50
# End of https://www.gitignore.io/api/c++,cmake