Essential Torque X files for SVN
by Arden · in Torque X 2D · 09/20/2010 (9:44 pm) · 4 replies
Hiya all,
As we're using SVN for our project, I'm wondering which are the essential files to commit to the depository. We have a tendency to put in a lot of junk, and I'd like to do a cleanup. Of course all of the CS files and the data, but there are also lots of extra files that are being modifified, such as different *.bin directories and such.
Any more definite recommendations would help.
Thanks!
As we're using SVN for our project, I'm wondering which are the essential files to commit to the depository. We have a tendency to put in a lot of junk, and I'd like to do a cleanup. Of course all of the CS files and the data, but there are also lots of extra files that are being modifified, such as different *.bin directories and such.
Any more definite recommendations would help.
Thanks!
#2
09/21/2010 (12:54 pm)
Thanks for the tip Will :)
#3
*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store *.suo *.user bin obj *.pdb *.cache *_svn *.svn *.obj *.dso *.sbr *.cachefile
09/21/2010 (2:26 pm)
Here's the list of 'exlusions' that I use for files and folders (I use TortoiseSVN and set the list to the below).*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store *.suo *.user bin obj *.pdb *.cache *_svn *.svn *.obj *.dso *.sbr *.cachefile
#4
09/21/2010 (4:49 pm)
Great! That helps. Thx.
Torque 3D Owner Will O-Reagan
Modern Intrigues