Ticket #14680: 14680.diff

File 14680.diff, 304 bytes (added by Thejaswi Puthraya, 13 years ago)

Added a basic .gitignore and a .hgignore file for pyc, pyo

  • new file .gitignore

    diff --git a/.gitignore b/.gitignore
    new file mode 100644
    index 0000000..95401e0
    - +  
     1*.pyc
     2*.pyo
     3*~
  • new file .hgignore

    diff --git a/.hgignore b/.hgignore
    new file mode 100644
    index 0000000..851eacc
    - +  
     1syntax:glob
     2
     3*.pyc
     4*.pyo
     5*~
Back to Top