Files
julia/.gitignore
Matt Brzezinski 3c034d085a InteractiveUtils - Added support for PyCharm (#34169)
* Ignoring JetBrains configuration files
* InteractiveUtils: Added support for PyCharm
2019-12-20 23:49:08 +00:00

34 lines
273 B
Plaintext

/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1
*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji
/perf*
.DS_Store
.idea/*