.gitignore 75 B

12345678
  1. # Object files
  2. *.o
  3. *.a
  4. *.dep
  5. #Build & install directories
  6. build/
  7. install/