.gitignore 141 B

12345678
  1. # Don't push compiled objects #
  2. ###############################
  3. *.class
  4. *.ctxt
  5. # Don't push README files #
  6. ###########################
  7. *.txt