Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.gitignore: standardize and specify entries
We ignore files traced by git by adding entries in .gitignore. The format of the entries are not standardized and some of entries are too general so git will also ignore other files with same name, which is an unwanted behavior. We should only ignore files which the project strictly requires to be ignored. Let's standardize and specify entries the entries in .gitignore to solve the problem. The entries are reordered by their category. Some unnecessary entries are removed and some general entries are specified. Co-authored-by: Paul Tan <[email protected]>
- Loading branch information