mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
added .gitignore which makes using git-svn easier
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
*.csproj
|
||||
*.csproj.user
|
||||
*.build
|
||||
*.mdb
|
||||
*.mdp
|
||||
*.mds
|
||||
*.dll.build
|
||||
*/*/bin
|
||||
*/*/*/bin
|
||||
*/*/*/*/bin
|
||||
*/*/*/*/*/bin
|
||||
*/*/*/*/*/*/bin
|
||||
*/*/*/*/*/*/*/bin
|
||||
bin/Debug/*.dll
|
||||
bin/*.dll.mdb
|
||||
bin/addin-db-*
|
||||
bin/*.dll
|
||||
bin/ScriptEngines/*.dll
|
||||
bin/*.maddin
|
||||
Examples/*.dll
|
||||
bin/*.exe
|
||||
OpenSim.build
|
||||
OpenSim.sln
|
||||
Prebuild/Prebuild.build
|
||||
Prebuild/Prebuild.sln
|
||||
*~
|
||||
Reference in New Issue
Block a user