Does anyone have a Mercurial .hgignore or a Git .gitignore file they can share? I'm interested in what Codelite files should be added to the files.
My guess is:
*.workspace.*
*.tags
and unless the absolute path issues can be resolved in a previous topic then
*_wsp.mk
ProjectName/ProjectName.mk
Mercurial (git) ignore file
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Apr 23, 2010 8:42 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Curious
- Posts: 1
- Joined: Fri Apr 02, 2021 8:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Mercurial (git) ignore file
Re. git, this Stack Overflow answer might help, although I'm not sure how current it is.