diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-01 13:02:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-01 13:02:53 +0200 |
commit | 2f71f88cf8a0970ad4e2daac30b7a12d6c222d87 (patch) | |
tree | 30a333506582824413891f85f337d91592c3add4 /.gitignore | |
parent | 5e997f4dba1cfcde554ff413a615e101b9c72ee5 (diff) |
add Codelite files to .gitignore
Change-Id: I464748061b9df4d781ae49f4971f73d92f825bba
Diffstat (limited to '.gitignore')
-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 |