.gitignore 234 B

1234567891011121314
  1. # Copyright 2013 The Closure Library Authors
  2. # Files to be ignored by git.
  3. # Use of this source code is governed by the Apache License, Version 2.0.
  4. # See the COPYING file for details.
  5. # emacs
  6. *~
  7. \#*#
  8. # python
  9. *.pyc
  10. node_modules/