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
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,6 +10,8 @@
|
|||
*.mdb
|
||||
*.o
|
||||
*.pc
|
||||
*.pidb
|
||||
*.userprefs
|
||||
*.wxs
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
|
|
Loading…
Reference in a new issue