neovim/.gitignore

49 lines
929 B
Plaintext
Raw Normal View History

2014-02-01 15:27:24 +01:00
# Build/deps dir
build/
2014-02-01 15:20:02 +01:00
.deps/
*.rej
*.orig
*.mo
*.swp
*~
*.pyc
*.o
*.so
src/po/vim.pot
2014-02-22 17:26:55 +01:00
src/po/*.ck
2014-02-01 15:27:24 +01:00
# Files generated by the tests
2014-02-22 17:26:55 +01:00
src/testdir/mbyte.vim
src/testdir/mzscheme.vim
src/testdir/lua.vim
src/testdir/small.vim
src/testdir/tiny.vim
src/testdir/test*.out
src/testdir/test.log
2014-02-01 15:27:24 +01:00
src/testdir/test.ok
src/testdir/*.failed
src/testdir/X*
src/testdir/valgrind.*
# luarocks, not added as a subtree because of the large number of blobs
third-party/luarocks
# luajit files
third-party/luajit/src/host/buildvm
third-party/luajit/src/host/buildvm_arch.h
third-party/luajit/src/host/minilua
third-party/luajit/src/jit/vmdef.lua
third-party/luajit/src/libluajit.a
third-party/luajit/src/lj_bcdef.h
third-party/luajit/src/lj_ffdef.h
third-party/luajit/src/lj_folddef.h
third-party/luajit/src/lj_libdef.h
third-party/luajit/src/lj_recdef.h
third-party/luajit/src/lj_vm.s
third-party/luajit/src/luajit
# local make targets
local.mk