lean2/.gitignore
Leonardo de Moura 31c9a76777 feat(util/file_lock): add support for Windows
Remark: the lock are not being erased on Windows.
I tried different solutions based on MoveFileEx and DeleteFile.
None of them worked. The one based on MoveFileEx

        MoveFileEx(m_fname.c_str(), NULL, MOVEFILE_DELAY_UNTIL_REBOOT);

seems to delete the file after REBOOT.
But, this is not very useful.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2015-12-14 10:07:26 -08:00

26 lines
No EOL
254 B
Text

*~
.lean_trace
*.produced.out
*.md.lua
*.md.lean
*.olean
*.clean
*.ilean
*.d
*.lock
a.out
build
GPATH
GRTAGS
GSYMS
GTAGS
Makefile
*.cmake
CMakeFiles/
.projectile
.coveralls.yml
.lean_options
doc/html
make.deps
src/emacs/dependencies
compile_commands.json