.gitignore 98 B

12345678
  1. # Ignore backup files
  2. *~
  3. *.bak
  4. *.backup
  5. # Ignore generated objects and executables
  6. *.o
  7. mandelbrot