.gitignore 389 B

123456789101112131415
  1. # Lines starting with '#' are considered comments.
  2. # Ignore any file named paper_occ.pdf
  3. #paper_occ.pdf
  4. # Ignore (generated) html files,
  5. #*.html
  6. #Ignore tex-specific files
  7. #
  8. #Think about whether or not to include the resulting moc files
  9. #*.moc
  10. # Definitely do not look for temporary files
  11. *~
  12. # except foo.html which is maintained by hand.
  13. #!foo.html
  14. # Ignore objects and archives.
  15. #*.[oa]