Rename directory with Visual Studio solution
Name 'visualc_net' invokes old names for Visual Studio (Visual Studio .NET 2002 or 2003), which has no relation to content of this subdirectory. Also, by renaming this directory we mitigate chance, that during merge-in from svn/trunk git will automatically inject some values from from upstream, incompatible version of solution files. By sheer luck this might happen without causing a conflict. Never happened so far, but there's no point in risking it.
This commit is contained in:
parent
48106d6046
commit
03e94559e9
9 changed files with 7 additions and 7 deletions
16
vs/.gitignore
vendored
Normal file
16
vs/.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Visual Studio
|
||||
.vs
|
||||
Debug
|
||||
Release
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
*.ncb
|
||||
*.suo
|
||||
|
||||
# DOSBox
|
||||
*.conf
|
||||
|
||||
# autoconf
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
Loading…
Add table
Add a link
Reference in a new issue