mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
2731b70f4f
Netbeans Linux and Windows Makefile-*.mk and Package-*.bash files in nbproject directories are automatically generated during compile. These files are continually updated, which can cause a long list of unnecessary files to add, commit, and push (or that are Untracked). This has been experienced for Linux and Windows C++ projects. Helpful supporting link: https://stackoverflow.com/questions/27490608/netbeans-c-and-git
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
**/nbproject/private/
|
|
**/nbproject/Makefile-*.mk
|
|
**/nbproject/Package-*.bash
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
.nb-gradle/
|