Merge branch 'gitignore-stuff' into 'master'

.gitignore stuff

The following changes have been made to `.gitignore` files in the objs/ and bin/ folders:
* All the `.gitignore`s living in subfolders of objs/ have been done away with and replaced with a single `objs/.gitignore`, covering all the things that the subfolders ignored before (including depend.ped, if anyone is like me and has to remove that file manually)
* All the `.gitignore`s living in subfolders of `bin/Mingw` ignore .exes of any name, not just srb2win/srb2dd/srb2sdl. en.mo is also ignored now... or rather any .mo file (just in case). This is mostly for my own sanity and that of anyone else who uses EXENAME=[name.exe] when compiling with MinGW.

If you're not sure what `.gitignore` does exactly, as far as I'm aware it literally just tells Git what to "ignore" (or rather, not track), so anyone using Git GUI or some other Git program etc doesn't have to see changes certain files and can't accidentally commit the files or whatever.

See merge request !174
This commit is contained in:
Monster Iestyn 2017-05-02 22:12:37 -04:00
commit 30143d2e25
30 changed files with 14 additions and 59 deletions

View File

@ -1,3 +1,3 @@
/srb2sdl.exe
/srb2win.exe
/r_opengl.dll
*.exe
*.mo
r_opengl.dll

View File

@ -1,3 +1,3 @@
/srb2sdl.exe
/srb2win.exe
/r_opengl.dll
*.exe
*.mo
r_opengl.dll

8
objs/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
#All folders
SRB2.res
depend.dep
depend.ped
*.o
#VC9 folder only
/VC9/Win32
/VC9/x64

View File

@ -1 +0,0 @@
/depend.dep

View File

@ -1 +0,0 @@
/depend.dep

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,3 +0,0 @@
/SRB2.res
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1 +0,0 @@
/depend.dep

View File

@ -1 +0,0 @@
/depend.ped

0
objs/VC/.gitignore vendored
View File

2
objs/VC9/.gitignore vendored
View File

@ -1,2 +0,0 @@
/Win32
/x64

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1 +0,0 @@
/depend.dep

View File

@ -1 +0,0 @@
/depend.dep

View File

@ -1 +0,0 @@
/depend.dep

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o

View File

@ -1,2 +0,0 @@
/depend.dep
/*.o