2014-02-01 07:27:24 -07:00
|
|
|
# Build/deps dir
|
2014-02-27 20:29:23 -07:00
|
|
|
/build/
|
2014-03-13 08:11:03 -07:00
|
|
|
/dist/
|
2014-02-27 20:29:23 -07:00
|
|
|
/.deps/
|
2014-03-13 08:11:03 -07:00
|
|
|
/tmp/
|
2014-02-01 07:20:02 -07:00
|
|
|
|
2014-01-31 06:39:15 -07:00
|
|
|
*.rej
|
|
|
|
*.orig
|
|
|
|
*.mo
|
|
|
|
*.swp
|
|
|
|
*~
|
|
|
|
*.pyc
|
2014-02-28 01:24:28 -07:00
|
|
|
*.o
|
|
|
|
*.so
|
2014-01-31 06:39:15 -07:00
|
|
|
|
2014-02-27 20:29:23 -07:00
|
|
|
/src/po/vim.pot
|
|
|
|
/src/po/*.ck
|
2014-02-01 07:27:24 -07:00
|
|
|
|
|
|
|
# Files generated by the tests
|
2014-05-12 06:52:30 -07:00
|
|
|
/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
|
2014-02-25 07:55:36 -07:00
|
|
|
|
2014-03-11 11:11:46 -07:00
|
|
|
# Folder generated by the unit tests
|
|
|
|
/test/includes/post/
|
|
|
|
|
2014-02-27 12:57:06 -07:00
|
|
|
# luarocks, not added as a subtree because of the large number of blobs
|
2014-02-27 20:29:23 -07:00
|
|
|
/third-party/luarocks
|
2014-02-27 12:57:06 -07:00
|
|
|
|
|
|
|
# luajit files
|
2014-02-27 20:29:23 -07:00
|
|
|
/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
|
2014-02-27 12:57:06 -07:00
|
|
|
|
2014-02-25 07:55:36 -07:00
|
|
|
# local make targets
|
|
|
|
local.mk
|
2014-03-28 02:37:37 -07:00
|
|
|
|
|
|
|
# Doxygen output
|
|
|
|
/documentation/
|