.gitignore 104 B

123456789
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. .idea
  7. bin
  8. pkg