Add a .gitignore in build/ directory so we guarantee a build/ file exists
This commit is contained in:
parent
df405130d1
commit
00cdce49ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
# Compiled class file
|
||||
*.class
|
||||
build/
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
3
build/.gitignore
vendored
Normal file
3
build/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Ignore everything in this directory, but Ant will complain if we don't have a build/ directory, so leave this .gitignore as a placeholder.
|
||||
*
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user