.gitignore 83 B

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