diff options
author | georgehazan <ghazan@miranda.im> | 2022-05-10 13:42:55 +0300 |
---|---|---|
committer | georgehazan <ghazan@miranda.im> | 2022-05-10 13:59:15 +0300 |
commit | 3f63549751e03b378801fe3e69c0017d81edc7bb (patch) | |
tree | 76efc88017ad5ba2c664f2f064a427c98a2e3eea /.gitignore | |
parent | e2d5e7a3da31049495e2e43a6856d68709827ccd (diff) |
fix for MFilePath under Linux
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c477f3e715..20c57e09e7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,10 @@ ipch/ *.map *.log +#codelite files +codelite/obj/ +compile_flags.txt + # Keep predefined Miranda solutions !/bin*/*.sln /bin*/my.sln |