# .gitignore - List of filenames git should ignore # Filenames that should be ignored wherever they appear *~ *.rej *.pyc *.pyo TAGS tags ID .DS_Store* # Vim swap files. .*.sw[a-z] # Directories .obj/ _tools/ datastore/ datastore base/tests/* /datastore/.config/* # Ignore misc files that need not be in the repo /robots.txt *.tar* *.zip *.7z *.xpi *.jar *.txz *.tgz *.zstd*