Forked from
atlas / athena
75362 commits behind the upstream repository.
-
Rafal Bielski authoredRafal Bielski authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 244 B
# Ignore the most common extra files that can
# be produced while developing
*~
*.sw?
\#*
.\#*
.DS_Store
._*
.pydevproject
.project
*.pyc
.asetup*
.cproject
*.kdevelop
*.orig
*.bak
#Binary formats
*.so*
*.out
*.exe*
*.a
*.la
*.lib
*.root
tmp.*