mirror of https://github.com/pyodide/pyodide.git
Update the .gitignore
This commit is contained in:
parent
183acfd9d7
commit
528b70e8e0
|
@ -1,32 +1,4 @@
|
|||
# Prerequisites
|
||||
*.d
|
||||
root/
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
python.asm.*
|
||||
*.bc
|
||||
|
|
Loading…
Reference in New Issue