Updated .gitignore

- 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
This commit is contained in:
redtide 2021-08-02 17:54:14 +02:00 committed by Francesco
parent 62bcc6abc2
commit cee1639d34
1 changed files with 17 additions and 11 deletions

28
.gitignore vendored
View File

@ -1,13 +1,19 @@
build*
.build*
.run*
*.zip
*.tar.gz
.lite-debug.log
subprojects/lua
subprojects/libagg
subprojects/reproc
lite-xl
error.txt
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*