summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b563e608fea9de103e6173b3e9e5a147b8143ba8 (plain)
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
ted
!windows_installer/ted
!windows_installer/ted/ted
Debug
Release
debug
release
scratch*
obj
CMakeFiles
CMakeCache.txt
cmake_install.cmake
*~
*.swp
tags
TAGS
*.o
*.out
*.obj
*.exe
*.dll
*.lib
*.pdb
*.ilk
*.res
*.msi
*.zip
*.a
pcre2*
SDL2
*.deb
.vs
test.txt
log.txt
UpgradeLog.htm
compile_commands.json
# clangd creates .cache on windows at least
.cache
doc