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*/
.build* .build*/
.run* lhelper/
*.zip submodules/
*.tar.gz subprojects/lua/
.lite-debug.log subprojects/libagg/
subprojects/lua subprojects/reproc/
subprojects/libagg
subprojects/reproc
lite-xl
error.txt
.ccls-cache .ccls-cache
.lite-debug.log
.run*
*.diff
*.tar.gz
*.zip
*.DS_Store
*App*
appimage*
compile_commands.json compile_commands.json
error.txt
lite-xl*