Skip to content

Commit d076a0d

Browse files
FtZPetruskaslouken
authored andcommitted
Update gitignore.
1 parent 981e542 commit d076a0d

File tree

1 file changed

+62
-23
lines changed

1 file changed

+62
-23
lines changed

.gitignore

Lines changed: 62 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,68 @@
1-
build*
2-
/dist
3-
/deps
4-
!build-scripts/
5-
aclocal.m4
6-
autom4te*
7-
config.cache
8-
config.log
9-
config.status
10-
Makefile
11-
libtool
12-
.deps
13-
.libs
14-
*.lo
1+
build/
2+
buildbot/
3+
/VERSION.txt
4+
5+
*.so
6+
*.so.*
7+
*.dylib
8+
*.dll
9+
*.exe
1510
*.o
11+
*.obj
12+
*.res
13+
*.lib
14+
*.a
1615
*.la
17-
*.lai
18-
Debug
19-
Release
16+
*.dSYM
17+
*,e1f
18+
*,ff8
19+
*.lnk
20+
*.err
21+
*.exp
22+
*.map
23+
*.orig
24+
*~
25+
*.swp
26+
*.tmp
27+
*.rej
28+
29+
sdl3-net.pc
30+
get-local-addrs
31+
resolve-hostnames
32+
simple-http-get
33+
voipchat
34+
35+
# for CMake
36+
CMakeFiles/
37+
CMakeScripts/
38+
CMakeCache.txt
39+
cmake_install.cmake
40+
cmake_uninstall.cmake
41+
SDL3_netConfig.cmake
42+
SDL3_netConfigVersion.cmake
43+
compile_commands.json
44+
Makefile
45+
.ninja_*
46+
*.ninja
47+
SDL3_net.xcodeproj
48+
Debug/
49+
Release/
50+
RelWithDebInfo/
51+
MinSizeRel/
52+
dummy.sym
53+
54+
# for CLion
55+
.idea
56+
cmake-build-*
57+
58+
# for Visual C++
59+
.vs
60+
CMakeSettings.json
61+
out/
62+
/*.sln
63+
/*.vcxproj*
64+
*.dir
2065
*.user
2166
*.ncb
2267
*.suo
2368
*.sdf
24-
.DS_Store
25-
xcuserdata
26-
*.xcworkspace
27-
.vs
28-
.vscode
29-
Xcode/build.xcconfig

0 commit comments

Comments
 (0)