.gitignore 76 B

12345
  1. # Let's ignore all build files and edition artifacts
  2. build/
  3. cmake-*/
  4. *.o
  5. *~