diff options
author | James Booth <boothj5@gmail.com> | 2015-06-13 00:34:36 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-13 00:34:36 +0100 |
commit | 362c1d81ae9a975355e16133eb99ed2bee320858 (patch) | |
tree | eae04c255318ddfe84002a05a8f7a007a38d123e | |
parent | 68ed20f10d2fae67b052674a42ed98c2059aa16f (diff) | |
download | profani-tty-362c1d81ae9a975355e16133eb99ed2bee320858.tar.gz |
Added codelite commands file to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c62b5575..fbf0a3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ profanity.mk profanity.project profanity.workspace +compile_commands.json # autotools .libs/ |