-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
executable file
·64 lines (60 loc) · 1016 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# CMake files from: https://github.com/github/gitignore/blob/2c52d023ddb520962d1aa81ab030ee5172261eb2/CMake.gitignore
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
# C files from: https://github.com/github/gitignore/blob/2c52d023ddb520962d1aa81ab030ee5172261eb2/C.gitignore
*.d
*.o
*.ko
*.obj
*.elf
*.gch
*.pch
*.lib
*.a
*.la
*.lo
*.dll
*.so
*.so.*
*.dylib
# C++ files from: https://github.com/github/gitignore/blob/2c52d023ddb520962d1aa81ab030ee5172261eb2/C%2B%2B.gitignore
# Duplicate entries with C section above removed
*.mod
*.smod
*.lai
*.exe
*.out
*.app
# Additional CMake output files
[Bb]uild
*.user
Testing
compile_commands.json
_deps
*.ninja
.ninja_deps
.ninja_log
*.sln
*.vcxproj
*.vcxproj.filters
Debug
Release
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
DartConfiguration.tcl
# Output from this library
foo-tests
foo-config-version.cmake
foo-config.cmake
foo-targets.cmake
Doxyfile
docs/html
docs/*.tag
*.stamp
*.coverage
coverage.xml