diff options
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d9221386c01..1e505d60e91c 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,10 @@ DerivedData # gdb config /.gdbinit /.gdb_history + +# Codelite IDE specific +*.project +/.codelite +*.workspace +*.workspace.session +*.tags
\ No newline at end of file |