2013-07-03 14:29:26 +02:00
|
|
|
syntax: glob
|
|
|
|
# This line is a comment, and will be skipped.
|
|
|
|
# Empty lines are skipped too.
|
|
|
|
|
|
|
|
# Backup files left behind by the Emacs editor.
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Lock files used by the Emacs editor.
|
|
|
|
# Notice that the "#" character is quoted with a backslash.
|
|
|
|
# This prevents it from being interpreted as starting a comment.
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
# Temporary files used by the vim editor.
|
|
|
|
.*.swp
|
|
|
|
|
|
|
|
# A hidden file created by the Mac OS X Finder.
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Ignore this directory.
|
|
|
|
html/
|
|
|
|
latex/
|
|
|
|
|
|
|
|
# Ignore file used QtCreator for user profile.
|
|
|
|
*.pro.user
|
2013-10-13 09:11:09 +02:00
|
|
|
|
|
|
|
# Ignore file Qt translation.
|
|
|
|
*.qm
|