Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
redtide authored and franko committed Aug 4, 2021
1 parent 62bcc6a commit cee1639
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
build*
.build*
build*/
.build*/
lhelper/
submodules/
subprojects/lua/
subprojects/libagg/
subprojects/reproc/
.ccls-cache
.lite-debug.log
.run*
*.zip
*.diff
*.tar.gz
.lite-debug.log
subprojects/lua
subprojects/libagg
subprojects/reproc
lite-xl
error.txt
.ccls-cache
*.zip
*.DS_Store
*App*
appimage*
compile_commands.json
error.txt
lite-xl*

0 comments on commit cee1639

Please sign in to comment.