-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (52 loc) · 759 Bytes
/
.gitignore
File metadata and controls
58 lines (52 loc) · 759 Bytes
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
# OS artifacts
Thumbs.db
Desktop.ini
nul
# Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
*.opendb
*.VC.db
*.VC.VC.opendb
# Build output directories (anchored to repo/project dirs)
/x64/
/x86/
/Debug/
/Release/
/fing-eternauta/x64/
/fing-eternauta/Debug/
/fing-eternauta/Release/
/fing-eternauta/CUDAbuild/
[Bb]uild/
[bB]in/
obj/
ipch/
# Compiled objects/binaries
*.obj
*.iobj
*.ipdb
*.pdb
*.idb
*.ilk
*.pch
*.log
*.tlog/
*.cache
*.exp
*.lib
*.dll
*.exe
# CMake (optional)
CMakeCache.txt
CMakeFiles/
cmake-build-*/
Makefile
cmake_install.cmake
install_manifest.txt
# VS Code
.vscode/
# Third‑party vendor build artifacts (do NOT ignore prebuilt vendor libs)
# If you have local vendor build dirs you want ignored, add them explicitly.