mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
21 lines
172 B
Plaintext
21 lines
172 B
Plaintext
# Ignore cache directories #
|
|
|
|
x64/
|
|
.vs/
|
|
|
|
# Ignore build directories #
|
|
|
|
bin/
|
|
obj/
|
|
|
|
# Ignore runtime outputs #
|
|
|
|
*.ll
|
|
*.obj
|
|
*.exe
|
|
log
|
|
|
|
# Ignore user specific options #
|
|
|
|
.user
|