neovim/.gitignore

59 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-02-01 15:27:24 +01:00
# Build/deps dir
/build/
/dist/
/.deps/
/tmp/
2014-02-01 15:20:02 +01:00
*.rej
*.orig
*.mo
*.swp
*~
*.pyc
*.o
*.so
/src/po/vim.pot
/src/po/*.ck
2014-02-01 15:27:24 +01:00
# Files generated by the tests
/src/nvim/testdir/mbyte.vim
/src/nvim/testdir/mzscheme.vim
/src/nvim/testdir/lua.vim
/src/nvim/testdir/small.vim
/src/nvim/testdir/tiny.vim
/src/nvim/testdir/test*.out
/src/nvim/testdir/test.log
/src/nvim/testdir/viminfo
/src/nvim/testdir/test.ok
/src/nvim/testdir/*.failed
/src/nvim/testdir/X*
/src/nvim/testdir/valgrind.*
/src/nvim/testdir/.gdbinit
# Folder generated by the unit tests
/test/includes/post/
# 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
2014-03-28 10:37:37 +01:00
# Doxygen output
/documentation/