electrodynamics/.gitignore

54 lines
567 B
Plaintext
Raw Permalink Normal View History

# Compiled source #
###################
*.com
*.dll
*.exe
*.o
*.so
2014-03-08 13:56:17 +01:00
*.iml
!*.obj
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/bin
.classpath
.gradle/
.settings/
build/
eclipse/
2021-04-11 12:45:01 +02:00
run/
.project
output/
.cache
2014-05-17 15:27:13 +02:00
*.ipr
*.iws
*.idea/
*.iml
.metadata/