Add files
This commit is contained in:
92
python/.gitignore
vendored
Normal file
92
python/.gitignore
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
# http://www.gnu.org/software/automake
|
||||
|
||||
Makefile.in
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
|
||||
autom4te.cache
|
||||
aclocal.m4
|
||||
compile
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
stamp-h1
|
||||
|
||||
config.*
|
||||
|
||||
libtool
|
||||
|
||||
Makefile
|
||||
!docs/Makefile
|
||||
|
||||
b2_class_test
|
||||
test_tree_interactive
|
||||
|
||||
|
||||
m4/libtool.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
|
||||
serialization_test*
|
||||
|
||||
/config
|
||||
|
||||
.DS_Store
|
||||
*.dirstamp
|
||||
*.deps
|
||||
|
||||
*~
|
||||
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
|
||||
# Python folder
|
||||
%src
|
||||
*.pyc
|
||||
.idea
|
||||
|
||||
# Sphinx documentation
|
||||
docs/build/
|
||||
|
||||
# Setuptools distribution folder.
|
||||
/dist/
|
||||
|
||||
# Python egg metadata, regenerated from source files by setuptools.
|
||||
/*.egg-info
|
||||
|
||||
|
||||
# temporary files
|
||||
*.tmp
|
||||
|
||||
build/
|
||||
Reference in New Issue
Block a user