Skip to content
Snippets Groups Projects
.gitignore 286 B
Newer Older
Dave Casper's avatar
Dave Casper committed
# Ignore the most common extra files that can
# be produced while developing
# (copy of athena file)
*~
*.sw?
#*
.DS_Store
.pydevproject
.project
*.pyc
.asetup*
.cproject
*.kdevelop
#Binary formats
*.so*
*.out
*.exe*
*.a
*.la
*.lib
*.root
tmp.*
Savannah Rose Shively's avatar
Savannah Rose Shively committed
.vscode/**