Skip to content

Commit cbca4a0

Browse files
Update .gitignore
- Restore *.dll and ida/errors.txt - Restore [Ll]og/ exception
1 parent 85a026e commit cbca4a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*.dll
2+
ida/errors.txt
3+
14
## Ignore Visual Studio temporary files, build results, and
25
## files generated by popular Visual Studio add-ons.
36
##
@@ -44,7 +47,7 @@ obj/x86/
4447
bld/
4548
[Oo]bj/
4649
[Oo]ut/
47-
[Ll]og/
50+
# [Ll]og/ # this ignored one of the FFXIV namespaces
4851
[Ll]ogs/
4952

5053
# Build results on 'Bin' directories

0 commit comments

Comments
 (0)