-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
88 lines (74 loc) · 755 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# system files
*.DS_Store
*.ini
*~
~$*
# Prerequisites
*.d
# Preprocessing
*.i
*.ii
# Object files
*.elf
*.ko
*.lo
*.o
*.obj
*.slo
# Precompiled Headers
*.gch
*.pch
# Dynamic libraries
*.dll
*.dylib
*.so
*.so.*
# Static libraries
*.a
*.la
*.lai
*.lib
*.lo
# Executables
*.app
*.exe
*.hex
*.i*86
*.out
*.x86_64
# Linker output
*.exp
*.ilk
*.map
# Debug files
*.dSYM/
*.idb
*.pdb
*.su
# Cmake
_deps
cmake_install.cmake
CMakeCache.txt
CMakeFiles
CMakeLists.txt.user
CMakeScripts
compile_commands.json
CTestTestfile.cmake
install_manifest.txt
Makefile
Testing
# Visual Studio Code
.history/
.vscode/
*.code-workspace
# text files
*.pdf
*.txt
*dump
# current project
!tests/tests/*.txt
!stockfish.exe
!CMakeLists.txt
[Bb]uild
[Dd]ebug
[Rr]elease