Talk:Subversion: Difference between revisions

m
Line 14: Line 14:
          
          
I've just looked over it and i think we want to add the following file types to the ignore list:
I've just looked over it and i think we want to add the following file types to the ignore list:
  *.log               --> No storing of logfiles in our repository
  *.log             --> No storing of logfiles in our repository
  .AppleDouble --> Ignore apple resource forks (making sure i'm not messing up the repository with my macbook)
  .AppleDouble     --> Ignore apple resource forks (making sure i'm not messing up the repository with my macbook)
  *.tre               --> Studio tempfile treeview
  *.tre             --> Studio tempfile treeview
  *.dsk               --> Studio tempfile
  *.dsk             --> Studio tempfile
  *.pr*               --> DataFlex prn and prp files (compiler output)
  *.pr*             --> DataFlex prn and prp files (compiler output)
  *.dbg             --> DataFlex debug files
  *.dbg             --> DataFlex debug files
  *.loc               --> Studio tempfile VDF12+
  *.loc             --> Studio tempfile VDF12+
 
We don't want precompile files
*.fld      --> the compiled object code
*.pbg      --> precompile debug symbols
*.pdp      --> A DEC PDP 11 file (of course not), but it's undocumented, seems to contain filenames and paths
*.pkd      --> Debug package include file
*.prp      --> PRN file for the precompile
          
          
I'm wondering if we should remove .exe files as well as those can be compiled from scratch and don't really belong in a source repository in my opinion.
I'm wondering if we should remove .exe files as well as those can be compiled from scratch and don't really belong in a source repository in my opinion.