You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 230B

123456789101112131415161718192021222324252627
  1. # the default generated dir + db file
  2. data
  3. owncloud
  4. # just sane ignores
  5. .*.sw[po]
  6. *.bak
  7. *.BAK
  8. *~
  9. *.orig
  10. *.class
  11. .cvsignore
  12. Thumbs.db
  13. *.py[co]
  14. _darcs/*
  15. CVS/*
  16. .svn/*
  17. RCS/*
  18. # kdevelop
  19. .kdev
  20. *.kdev4
  21. # Lokalize
  22. *lokalize*
  23. .project