Skip to content

Commit 623449b

Browse files
author
Martin Preisler
committed
Added build/.gitkeep and added build/ to .gitignores
Let's encourage the convention of building out-of-source builds into the build folder.
1 parent a50d1cd commit 623449b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
*~
66
*.pyc
77

8-
# RPM build files
8+
# Build files
99
rpmbuild
1010
scap-security-guide.spec
11-
**/build/*
11+
build/
1212

1313
# Ignore dist directories but remember dist/README files
1414
**/dist

build/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)