mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 20:05:39 +00:00
Add *.pidb and *.userprefs to .gitignore
Those are generated by MonoDevelop and should not be tracked.
This commit is contained in:
parent
60612071c1
commit
a3fe34995d
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,6 +10,8 @@
|
||||||
*.mdb
|
*.mdb
|
||||||
*.o
|
*.o
|
||||||
*.pc
|
*.pc
|
||||||
|
*.pidb
|
||||||
|
*.userprefs
|
||||||
*.wxs
|
*.wxs
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
|
Loading…
Reference in a new issue