updated .gitignore

This commit is contained in:
Frank Seide 2018-06-08 13:39:57 -07:00
parent 7690a047d9
commit 9eee77a663

104
.gitignore vendored Normal file → Executable file
View File

@ -1,50 +1,54 @@
# Config files from CMake
src/common/version.h
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# python compiled files
*.pyc
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Temporaty files created by editors
.*.sw*
*~
# CMake files
build
build-*
# Examples
examples/*/*.gz
examples/mnist/*ubyte
# Contrib
/.ycm_extra_conf.py
/.vimrc
# Config files from CMake
src/common/version.h
*.vcxproj.user
/vs/x64
pingme.txt
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# python compiled files
*.pyc
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Temporaty files created by editors
.*.sw*
*~
# CMake files
build
build-*
# Examples
examples/*/*.gz
examples/mnist/*ubyte
# Contrib
/.ycm_extra_conf.py
/.vimrc