mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
72cf89bce8
- Cleanup source tree, leaving only files necessary for compilation/testing - Process files through unifdef to remove tons of FEAT_* macros - Process files through uncrustify to normalize source code formatting. - Port the build system to cmake
18 lines
227 B
Plaintext
18 lines
227 B
Plaintext
build/
|
|
*.rej
|
|
*.orig
|
|
*.mo
|
|
*.swp
|
|
*~
|
|
*.pyc
|
|
src/po/vim.pot
|
|
|
|
src/po/*.ck
|
|
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
|