Skip to content

Commit 2731b70

Browse files
authored
Ignore Generated Files
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
1 parent e313e29 commit 2731b70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Global/NetBeans.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
**/nbproject/private/
2+
**/nbproject/Makefile-*.mk
3+
**/nbproject/Package-*.bash
24
build/
35
nbbuild/
46
dist/

0 commit comments

Comments
 (0)