.gitignore 121 B

123456789101112
  1. # Ignore builds
  2. build/*
  3. demo/bin/*
  4. !build/.keep
  5. *.o
  6. # Ignore documentation
  7. doc/*
  8. # Ignore Vim temprary files
  9. *.sw[a-z]