- Makes a clear distinction between files and directories, don't ignore build files - Added some file types and directories - ignore also 'lite-xl' prefixed install directories other than the executable
20 lines
219 B
Plaintext
20 lines
219 B
Plaintext
build*/
|
|
.build*/
|
|
lhelper/
|
|
submodules/
|
|
subprojects/lua/
|
|
subprojects/libagg/
|
|
subprojects/reproc/
|
|
.ccls-cache
|
|
.lite-debug.log
|
|
.run*
|
|
*.diff
|
|
*.tar.gz
|
|
*.zip
|
|
*.DS_Store
|
|
*App*
|
|
appimage*
|
|
compile_commands.json
|
|
error.txt
|
|
lite-xl*
|